jquery/src
2009-04-22 00:55:44 +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 decoupling styles retrieval from the attr method 2009-03-22 23:25:03 +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 remove trailing spaces 2009-03-23 01:55:17 +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 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
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 actually don't need to null out as much as i thought i did to fix that memory leak 2009-04-21 19:09:47 +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