jquery/src
2009-03-27 18:20:57 +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 remove trailing spaces 2009-03-23 01:55:17 +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 remove trailing spaces 2009-03-23 01:55:17 +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 remove trailing spaces 2009-03-23 01:55:17 +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 remove trailing spaces 2009-03-23 01:55:17 +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