jquery/src
2009-12-04 11:28:50 -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 Removing unnecessary parens from :hidden. 2009-12-03 11:59:59 -05: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 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
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 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 Minor syntax changes to the winnow function. 2009-12-03 14:20:06 -05:00