jquery/src
2009-05-18 15:36:36 +00:00
..
ajax.js fix for #4183 2009-05-16 20:23:58 +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 jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicated block. 2009-05-03 15:57:25 +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 jquery intro: looks nicer when built 2009-01-05 12:09:04 +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 Fix for a selector speed regression (calling a simple selector many times resulted in a significant speed down). This has been fixed by breaking the RegExps out into the global scope. This required that a closure be implemented around the full jQuery script (which is now the case). Some simple changes were made in addition to the RegExp one, allowing for some greater flexibility on our part - and hopefully better compression. 2007-08-21 05:43:44 +00:00
selector.js fix :hidden and :visible selectors. fixes #4512 2009-05-18 15:36:36 +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