jquery/test/unit
2009-12-09 22:03:14 -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 Fix up whitespace and a couple of glitches. 2009-12-09 21:17:10 -08:00
core.js Rewrote .merge() (faster and less obtuse now). Fixed #5610. 2009-12-09 21:43:20 -08:00
css.js Made sure that css('width') and height returned string values, not numerical values. Fixes #5627. 2009-12-09 20:51:58 -08:00
data.js Added support for .data(Object), overwriting the existing data object. Fixes #4284. 2009-12-09 13:16:18 -08:00
dimensions.js Make sure that calling .width(num) or .height(num) on an empty set returns the empty set. Fixes #5600. 2009-12-09 21:58:29 -08:00
event.js Fixed problems with removing live events. Fixes #4894. 2009-12-09 14:43:53 -08:00
fx.js Added support for per-property easing 2009-12-07 16:11:46 +08:00
manipulation.js Fix up whitespace and a couple of glitches. 2009-12-09 21:17:10 -08:00
offset.js Updated the jQuery suite to use the updated QUnit CSS styling. 2009-09-29 22:48:25 +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
selector.js Check Sizzle or jQuery. 2009-12-07 15:33:14 -08:00
traversing.js Make sure that the correct args are passed in to the filter callback (and by extension, the not callback). Fixes #5594. 2009-12-09 22:03:14 -08:00