I am using mootools to send an XHR request. To a url that in other places I call using XHR is working fine. The server side 开发者_JAVA技巧does what it is suppose to do.
I am wanting to use two button form and created the following which works.It however breaks any other events on the page but I can\'t figure out why.Is there a better way?
I\'m using this Fx.Slide script in my site: var togglers = $$(\'.toggler\'), expanders = $$(\'.expandable\');
I\'m trying to do an autocompleter in mootools 1.11. Everything works fine but i just cant check if this.selectel.getNext()
you can test my code , when i click buton , we will get 2 link click on first link , not alert click on second link , show alert
I have asked this question before and it seemed that the code I was using was pretty co开发者_JAVA技巧nfusing. So this is a virtually dumed down version of the same code.
using mootools, and have the follwoing test. the test has an initial function that traps the \'submit\' event from the form, so the submit btn invokes the window.addEvent function. this works.
I don\'t know why joomla is not updating mootools with their updated version, joomla 1.5 still use mootools v 1.1, i tried to replace it withlatest mootoolsversion, but results are horrible, website s
My idea : when click a filename will get the path of file , then create a form and submit this fo开发者_运维百科rm,
I am using Mootools extensively for a site which I am developing. But recently I noticed a problem that the animations slow down alot when I zoom (using the browsers Zoom In) in into the site. What co