jquery/src
2009-12-07 07:38:16 -08:00
..
ajax.js Added in support for $.ajax jsonpCallback (allowing you to specify the name of the callback method - and allowing you to avoid skipping the cache). Fixes #4206. 2009-12-06 17:17:14 -08:00
attributes.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
core.js Added an extra function check to prevent crashes in Safari 2. Fixes #3039. 2009-12-06 20:20:49 -08: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 Make sure that expando properties aren't set on embed, applet, or object elements. An uncatchable exception is thrown and we must avoid it. Fixes #1675 and #2349. 2009-12-06 20:00:31 -08:00
dimensions.js added curly braces around all if/else statements 2009-11-28 04:09:14 +08:00
event.js Oops, missed a closing } from 7d36ccfa8e. 2009-12-07 07:38:16 -08:00
fx.js Added support for per-property easing 2009-12-07 16:11:46 +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 Make sure that expando properties aren't set on embed, applet, or object elements. An uncatchable exception is thrown and we must avoid it. Fixes #1675 and #2349. 2009-12-06 20:00:31 -08: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
queue.js Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly). 2009-12-06 17:19:33 -05:00
sizzle-jquery.js Use the isXML function from Sizzle. 2009-12-06 17:52:31 -08:00
support.js Make sure that we're doing proper focus bubble testing. Also simplified the logic for the IE focusin/focusout handling. 2009-12-06 18:02:58 -08:00
traversing.js Switched to using slice instead of join to get the correct results. 2009-12-04 12:36:24 -05:00