jquery/src
2009-04-30 21:44:25 +00:00
..
ajax.js fix for #4378, base tag causes javascript error in IE when loading cross-domain JS via ajax 2009-03-27 18:20:57 +00:00
attributes.js remove trailing spaces 2009-03-23 01:55:17 +00:00
core.js Unified the formatting of core.js. === or !== are used wherever appropriate, syntax has been normalized, braces are added in all cases, and jQuery() now returns an empty set. 2009-03-31 17:35:20 +00:00
css.js fix for #4216. css now ignores negative numbers for width and height when passed an object of props and vals. 2009-04-22 05:23:53 +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 refactor specialAll into add and remove hooks for existing special events, live now accepts optional data param like bind, fixes #4612 and #4613, thanks to Mike Helgeson 2009-04-30 21:44:25 +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 remove trailing spaces 2009-03-23 01:55:17 +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 remove trailing spaces 2009-03-23 01:55:17 +00:00
support.js fixing a few more memory leaks in IE 2009-04-22 20:00:30 +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