jquery/test/unit
2010-03-02 10:53:54 -05:00
..
ajax.js More changes to get jQuery in line with JSLint. 2010-03-01 21:24:49 -05:00
attributes.js No need to run trim on every class iteration in addClass, thanks for the heads-up Leeoniya. 2010-02-13 14:30:27 -05:00
core.js Make sure leading whitespace is trimmed for parseJSON. Fixes #6031. 2010-02-13 02:14:23 -05: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 Added in .height(fn) and .width(fn) support. Fixes #5915. 2010-01-23 20:49:59 -05: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 We no longer support globally-triggered events on plain objects. This is a trade-off to having good garbage collection on the objects. 2010-03-02 10:51:31 -05:00
manipulation.js Adapt the nbsp entity test for Opera (output isn't as important as the fact that it's getting converted. 2010-02-13 07:05:39 -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