jquery/src
2010-02-13 02:18:38 -05:00
..
ajax.js No reason to expose the temporary _load method. 2010-02-11 01:23:13 -05:00
attributes.js Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. 2010-02-13 02:18:38 -05:00
core.js Make sure leading whitespace is trimmed for parseJSON. Fixes #6031. 2010-02-13 02:14:23 -05:00
css.js Standardize on using double-quotes for string literals. 2009-12-21 20:13:16 -05:00
data.js Further optimize the empty/remove/cleanData logic. 2010-01-28 15:25:52 -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 there are some live events before continuing on. 2010-02-12 19:38:57 -05:00
intro.js Update the license URL in the header. 2010-01-25 09:31:40 -05:00
manipulation.js Make sure that fragments containing options aren't cached. 2010-02-13 01:50:19 -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 sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929. 2010-01-25 18:43:33 -05:00
traversing.js Filtering elements only. Fixed #5920 2010-01-26 07:51:44 +08:00