Hello I am trying to simulate the fade method provided in mootools 1.2 in 1.1. Due to development restrictions I have to use 1.1. I basically update my div after an ajax response and I want this div t
I\'m using an application (IIPImage) which display an High Resolution Image using a script created with mootools api. I want to insert a floating window in this page. Initially I think to use jquery,
<div class=\"generic_layout_container layout_ride_ridespec\"> </div> How to programmicaly add an extra class or one more property with existing class to above div.
I have a bunch of links with non-pre-determined id\'s like so: <a href=\"#\" class=\"remove_pid\" id=\"pid_123\">Remove 123</a>
I have a mystery.html page that loads some javascript (as well as mootools). I run a few calculations, and then I need to post this to a url. Seems simple, right?
this is my simple javascript function to switch colors and it works fine , but as far as i need to enable jquery or mootools in my website then its better to have this function modernized
Mootools Ajax class has a onComplete parameter whereby you can pass a function name to it and it would call that function when it completes (obvious).
Is that possible to cancel a window close in javascript (via mootools or not) w开发者_C百科ith something like below?
Mootools extends the \"Function\" class and adds a new method called \"extend\" in it. Now jQuery tries to add \"extend\" function using jQuery.prototype.extend. However since \"extend\" is already a
I\'ve been having a play around with Mootools 1.3 server-side today. Its really nice took some bashing to get it Classic ASP friendly but still full of goodness (tm).