jquery/test/unit
2012-01-12 20:30:45 -05:00
..
ajax.js Fix #10978: Let jQuery.param() accept non-native constructed objects. 2012-01-12 20:14:51 -05:00
attributes.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
callbacks.js Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit. 2011-11-06 15:27:42 -05:00
core.js Refine the jQuery.isWindow check. 2011-12-06 16:17:09 -05:00
css.js When the width/height computed unit is not pixels, return that instead. Fixes #10782. 2011-12-12 10:42:10 -05:00
data.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
deferred.js Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added. 2011-11-09 01:02:29 +01:00
dimensions.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
effects.js Fix #10006: Allow .show() to work on detached elements. 2012-01-12 19:57:04 -05:00
event.js Fix #11130: Don't neglect the data arg when event-map is passed. 2012-01-12 20:30:45 -05:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
manipulation.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
offset.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
queue.js Fix #10006: Allow .show() to work on detached elements. 2012-01-12 19:57:04 -05:00
selector.js Fix #10931: Make unit tests work without web access. 2012-01-12 20:04:17 -05:00
support.js No global vars allowed. Declare 'body' in support. 2011-11-18 09:29:10 -05:00
traversing.js Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. Fixes #10970. 2011-12-12 11:23:47 -05:00