jquery/src
2009-05-20 21:52:47 +00:00
..
ajax.js Switched to using new Function instead of eval for handling JSON parsing (Fixes bug #4680). Added support for JSON.parse, if it exists (Fixes bug #4429). 2009-05-20 21:28:48 +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 regression in removing live events caused by r6324 2009-05-12 15:43:51 +00:00
fx.js remove trailing spaces 2009-03-23 01:55:17 +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