jquery/test/unit
2010-06-19 22:29:48 -07:00
..
ajax.js Update other remote test URLs as well. 2010-06-19 22:29:47 -07:00
attributes.js Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least). 2010-06-19 22:29:47 -07:00
core.js Adjust isPlainObject test to run in an iframe. 2010-06-19 22:29:47 -07:00
css.js Add .css(Function) incoming value tests. 2010-01-07 13:52:20 -05:00
data.js Attach data directly to plain objects, no reason to use the central jQuery.cache. Fixes #6189. 2010-02-27 09:49:58 -05:00
dimensions.js Changed the order of the tests to run in the same order in which they're specified in the Makefile (fixed a dimensions test bug that popped up as a result). 2010-06-19 22:29:47 -07:00
effects.js fixed offset(coordinates) returns null when no matching elements in jQuery object (fixes ticket #5888) 2010-01-24 01:26:35 +08:00
event.js Use custom events for testing unbind instead of the, potentially conflicting, error event. 2010-06-19 22:29:48 -07:00
manipulation.js I take that back! It was a bug, but the cache had to be triggered and a collection of cached nodes had to be passed in (an odd case to be sure). Fixes #6227. 2010-03-05 00:14:47 -05:00
offset.js Fixed an issue with setting offset of absolutely positioned element that has no position values ("auto"). Fixes #5781. 2010-03-22 20:11:37 -04: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 Bringing some selector tests back from Sizzle. 2010-01-11 23:55:02 -05:00
traversing.js Add in the new level information to the closest(Array) test. 2010-03-02 10:53:54 -05:00