jquery/src
2009-03-19 02:54:57 +00:00
..
ajax.js Made it so that search input elements are now serialized. Fixes bug #4107. 2009-02-18 19:43:14 +00:00
attributes.js breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00
core.js breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00
data.js jquery data: Fixed a weird patch merging issue from [6011] 2008-12-30 02:43:14 +00:00
dimensions.js jquery dimensions: removed redundant code 2009-03-06 04:23:44 +00:00
event.js No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1 and Caja compatibility. Fixes jQuery bug #4251. 2009-02-26 18:00:41 +00:00
fx.js fix for #4204, fadeTo shows hidden elements before animating 2009-03-18 14:58:06 +00:00
intro.js jquery intro: looks nicer when built 2009-01-05 12:09:04 +00:00
manipulation.js breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00
offset.js fix for #4263, better support for nested fixed position elements 2009-03-19 02:54:57 +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 for #4374, gap in :hidden, :visible logic 2009-03-18 17:55:07 +00:00
support.js Removed the objectAll check from jQuery.support, was causing problems with broken ActiveX controls. Fixes bug #4017. 2009-02-28 20:28:45 +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