jquery/src
2010-01-25 01:08:24 -05:00
..
ajax.js Make sure original context is maintained and not the deep extended one. Fixes #5924. 2010-01-25 01:08:24 -05:00
attributes.js Centralize the logic for throwing exceptions. Fixes #5913. 2010-01-23 16:48:47 -05:00
core.js Make empty strings (and other non-string values) simply return null from parseJSON. Also added some parseJSON tests. Fixes #5859. 2010-01-23 17:08:26 -05:00
css.js Standardize on using double-quotes for string literals. 2009-12-21 20:13:16 -05:00
data.js Made a number of spacing changes to bring the code more-inline with the jQuery Core Style Guideline. 2009-12-21 19:58:13 -05:00
dimensions.js Added in .height(fn) and .width(fn) support. Fixes #5915. 2010-01-23 20:49:59 -05:00
effects.js Made .show() and .hide() use .animate() only if speed argument is truthy or 0. 2010-01-24 01:25:22 +08:00
event.js Make sure that .die() with no args works. Fixes #5789. 2010-01-23 16:37:12 -05:00
intro.js Update the copyright from 2009 to 2010. 2010-01-03 20:04:24 -05:00
manipulation.js Make sure that XHTML-style HTML is purified in .html(). Fixes #5845. 2010-01-24 21:37:05 -05:00
offset.js fixed offset(coordinates) returns null when no matching elements in jQuery object (fixes ticket #5888) 2010-01-24 01:26:35 +08: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 Made a number of spacing changes to bring the code more-inline with the jQuery Core Style Guideline. 2009-12-21 19:58:13 -05:00
sizzle-jquery.js Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fixes #4101. 2009-12-09 12:43:13 -08:00
support.js Make a feature detect for the attribute selected code. Fixes #5702. 2009-12-22 15:46:54 -05:00
traversing.js fixed jQuery.dir regression introduced with 1.4 *untils patch that errored when traversing XHTML text nodes with an until test 2010-01-24 01:20:53 +08:00