jquery/src
2009-12-03 10:51:04 -05:00
..
ajax.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
attributes.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
core.js Make sure that a DOM node isn't getting passed through (as is the case in IE, it has a toString of [object Object]. 2009-12-02 14:59:19 -05:00
css.js Fix css("opacity") to not clobber other filters in IE. Closes #4707. 2009-12-01 11:40:28 -08:00
data.js added missing semicolons 2009-11-28 04:09:14 +08:00
dimensions.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
event.js No need to do the closest match if no selectors are passed in. 2009-12-03 10:51:04 -05:00
fx.js Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide(). 2009-11-30 14:28:09 -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 Extracted the logic for copying events from one jQuery set to another, makes it easier to work with disconnected DOM nodes. 2009-12-02 17:15:09 -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 Added useMap and frameBorder IE support to attr. Fixes #4561. 2009-11-11 15:11:58 -05:00
traversing.js No need to do the closest match if no selectors are passed in. 2009-12-03 10:51:04 -05:00