jquery/src
2009-12-06 17:11:51 -05:00
..
ajax.js Adding in an extra check, per the comments in 25b0ba9f96. 2009-12-05 18:06:27 -05:00
attributes.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
core.js Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestion of Michael Geary). 2009-12-06 17:11:51 -05:00
css.js Made sure that css() in IE handles negative non-px values correctly. Fixes #3331. 2009-12-05 15:12:02 -05:00
data.js Added in the .delay() method for delaying the execution of queued functions and animations. 2009-12-04 12:06:47 -05:00
dimensions.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
event.js Fix inverted 'orig' and 'fix' event in mouseenter/mouseleave special events. 2009-12-06 09:13:57 +08:00
fx.js Make sure that animated show resets the display correctly. Fixes #5130. 2009-12-05 21:06:14 -05:00
intro.js Removed the revision info and fixed the date pull to work against git log instead of SVN. 2009-10-23 03:25:40 -04:00
manipulation.js Make sure that the previous element is removed from the page before the next is inserted, in replaceWith. Using a variation of the patch by snaury. Fixes #2697. 2009-12-05 15:30:36 -05:00
offset.js Fixed the case where getComputedStyled was assumed to exist if getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467. 2009-11-07 14:57:27 +01:00
outro.js Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some compatibility cases with older version of Prototype). Fixes ticket #4834. 2009-08-10 21:22:31 +00:00
sizzle-jquery.js Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process. 2009-10-26 18:23:31 -04:00
support.js Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended. 2009-12-04 11:28:50 -05:00
traversing.js Switched to using slice instead of join to get the correct results. 2009-12-04 12:36:24 -05:00