jquery/test/unit
2009-12-18 04:01:05 +08:00
..
ajax.js Further modified jQuery 1.4 .param() method to serialize arrays containing non-scalar values. PHP and jQuery BBQ can both deserialize these structures, while rack (as of 1.0.0) cannot. 2009-12-18 04:01:05 +08:00
attributes.js added a couple missing semicolons and fixed a typo in the comments 2009-12-18 03:58:16 +08:00
core.js Make sure that dynamically-created elements don't have a parent. Fixes #5638. 2009-12-10 17:01:04 -08:00
css.js Make sure that some height/width is set for the nothiddendiv before checking. 2009-12-16 17:08:10 -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 Make sure that calling .width(num) or .height(num) on an empty set returns the empty set. Fixes #5600. 2009-12-09 21:58:29 -08:00
event.js Fixed problems with removing live events. Fixes #4894. 2009-12-09 14:43:53 -08:00
fx.js Added support for per-property easing 2009-12-07 16:11:46 +08:00
manipulation.js Fix up whitespace and a couple of glitches. 2009-12-09 21:17:10 -08:00
offset.js Updated the jQuery suite to use the updated QUnit CSS styling. 2009-09-29 22:48:25 +00: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 Reworked some more of the selector tests as well to clean up after themselves. 2009-12-17 13:34:38 -05:00
traversing.js Moved some methods around inbetween core.js and traversing.js. Core methods shouldn't rely upon other modules (e.g. the selector engine) wherever possible. 2009-12-10 09:25:25 -08:00