jquery/test/unit
2010-01-25 18:48:52 -05:00
..
ajax.js Provided detailed message for JSON parse errors. Fixes #4435. 2010-01-25 18:48:52 -05:00
attributes.js Added tests for attribute function setters. 2010-01-07 11:15:40 -05:00
core.js Make empty strings (and other non-string values) simply return null from parseJSON. Also added some parseJSON tests. Fixes #5859. 2010-01-23 17:08:26 -05:00
css.js Add .css(Function) incoming value tests. 2010-01-07 13:52:20 -05: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 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 Make sure that special.add actually copies over event namespaces and data. Fixes #5779 and #5834. 2010-01-25 17:01:07 -05:00
manipulation.js Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929. 2010-01-25 18:43:33 -05:00
offset.js fixed offset(coordinates) returns null when no matching elements in jQuery object (fixes ticket #5888) 2010-01-24 01:26:35 +08: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 Moved add() tests from core to traversing. 2010-01-23 16:54:24 -05:00