jquery/src
2009-06-17 02:31:45 +00:00
..
ajax.js Adding support for etags in $.ajax() - and simplified the if-modified-since implementation. Thanks to Lawrence for the patch! Closes ticket #4764. 2009-06-15 13:36:12 +00:00
attributes.js make sure toggleClass does not delete classNames when forcefully removing classes and they are already removed 2009-05-02 22:35:39 +00:00
core.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
css.js tidy up fix for #3981, thanks matt kruse 2009-05-14 18:46:58 +00:00
data.js remove trailing spaces 2009-03-23 01:55:17 +00:00
dimensions.js width, height, scrollLeft, and scrollTop now work with windows and documents other than just the one it was loaded in (like iframes and popups) 2009-04-22 00:55:44 +00:00
event.js fix for #3533, triggering an event with a colon in the name on a table no longer throws an error in IE 2009-06-17 02:31:45 +00:00
fx.js jquery fx: Exposing the ticking function 2009-06-02 02:14:58 +00:00
intro.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
manipulation.js fix remove and empty to work properly in IE when an element with the id of length exists. fixes ajax event hanlders in test suite from firing multiple times because they did not get cleaned up. 2009-05-16 19:32:16 +00:00
offset.js fixing a few more memory leaks in IE 2009-04-22 20:00:30 +00:00
outro.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
selector.js Removed some cases of strict errors. 2009-05-20 21:52:47 +00:00
support.js fix for #4397 2009-05-16 14:45:46 +00:00
traversing.js breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00