jquery/test/unit
2010-07-27 13:45:32 -04:00
..
ajax.js Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. 2010-06-14 23:08:28 -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 Make sure that .data() events don't bubble, per the discussion in 2e10af143b. Fixes #6832. 2010-07-27 13:45:32 -04: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 Use custom events for testing unbind instead of the, potentially conflicting, error event. 2010-03-24 15:39:58 -04: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 Merge branch 'master' of github.com:jquery/jquery 2010-03-27 18:58:55 -05: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