I have a strange IE error, and all i can find on google is that the error should come when you have a trailing comma in a dictionary or an array. But since my JSON is perfectly leagal according to JSO
im not a mootools prof, so i think for one with more experience the solution for my little problem is quite smiple.
I\'m trying to write a Javascript Zip Code lookup utility. 1) The User will select a State from a drop down.
Im trying to figure out mootools. What I need is a div which is placed at the top of the page to slide down and wait a few seconds and then slide back up.
I have Ajax login form, which is checking whether given credentials are correct and redirects to another page. The login form itself is built by a HXR call - it isn\'t built in the login page code.
I want to dynamically add some preconfigured HTML-Elements in use of a \'click\'-event with mootools.
i need a tips, how to make a AJAX request with mootools, when some value from a dropdown list is selected, i mean to catch this event + make a ajax request to a external php page. And on this php page
I\'m trying to render a mooml template I created on the fly and am getting null when I call render. Here is my code:
I have a table with contentcommingfrom adatabase. Now i tryed to realize awayto (a) delete rows from the table (b) edit the content of the row \"on the fly\".(a) is working perfectly (b) makes my head
is there a quick solution with mootools, that acts like the $(document).height() from jquery? i ju开发者_JAVA技巧st simply need the real document height, browser independent.