i search to start a function lightbox to display a result with this function
new Ajax(url, {
method: 'get',
update: $('panier')
}).request();
thank you for your assistance
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23546995.html
I have a form that drops down using the mootools 1.1 fx.slide function. I'd like to incorporated the Ajax.form function as well. Both work fine alone, but my attempts at combining the 2 functions...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23563252.html
I'm looking for any way to keep the user in a form field after validating it. I'm using the mootools javascript framwork (ver1.2) but a straight javascript solution would be fine.
In in example...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23894738.html
I am currently using mootool's request.HTML method to load into my page a div that looks something like this:
<div>
<a href="#" class="btn_close"></a>
...
</div>
What I'm trying to achieve...
http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_23653159.html
Hi experts,
I am looking for a popup script that uses prototype/mootols that is similar to this: http://www.igottatellyou.com/blog/
Basically, I want the page to load, but the user has to cli...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22547371.html
Hi
I am getting an error in IE 7 only and it doesnt move. It works in Firefox.
It's complaining about this line:
var myTicker = new Ticker('newsticker',{toggleButton:'toggle'});
Can any...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23144098.html
Zones:
JavaScriptDate Answered: 02/11/2008 Grade: A Views: 406
I'm using an Accordion to display some information but I want to be able to print the content of all sections. I tried using a print.css file where i put something like:
.summaryInfoBloc {
di...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23800703.html
Zones:
JavaScriptDate Asked: 10/09/2008 Points: 250 Comments: 2
I've constructed a slider which activates when a href is clicked by the user. It slides in from the bottom of the page with slight animation.
I need to get a tab system working within this slider...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23811523.html
Hi Guys
I would have posted this question on the MooTools forum but it's been down today :(
I have been using Joomla! 1.5.2 which has MooTools 1.11 built in. I have created a slide effect on ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23497222.html