jquery/src
2009-11-25 13:24:24 -05:00
..
sizzle@3e97c27d19 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
ajax.js Fixed spacing on the modified Ajax code. 2009-11-25 13:24:24 -05:00
attributes.js jquery attributes: closes #5234. attr() supports jQuery.fn methods. 2009-09-15 17:23:26 +00:00
core.js Generic jQuery.merge and safer jQuery.makeArray(nodeList). 2009-11-26 00:56:49 +08:00
css.js Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760. 2009-11-11 14:17:16 -05:00
data.js Fixing endlines. 2009-11-25 12:09:53 -05:00
dimensions.js Switching to use a better check for if the node is a document. 2009-07-18 19:44:15 +00:00
event.js Re-adding zeros removed from slice calls in last commit. 2009-11-26 00:58:39 +08:00
fx.js Allowing falsy values to be passed as a speed for hide(). 2009-11-13 12:23:39 +08: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 Added support for .text() on text nodes. Fixes #5525. 2009-11-17 14:52:08 -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 Made the closest method evaluate the selector with appropriate context. 2009-11-09 12:39:29 +01:00