jquery/test/unit
2010-03-24 15:18:11 -04:00
..
ajax.js Update other remote test URLs as well. 2010-03-23 16:24:51 -04: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-03-23 12:12:16 -04:00
core.js Adjust isPlainObject test to run in an iframe. 2010-03-24 15:18:11 -04: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-03-23 12:31:40 -04: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 Rewrote the live/delegate submit tests to be more generic. 2010-03-09 14:08:33 -05: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 Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame. 2010-02-28 10:55:59 -06: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