jquery/test/unit
2012-04-23 15:05:12 -04:00
..
ajax.js Fixes #8205. Mitigates memory usage by recycling jsonp callback names the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added. 2012-04-20 03:02:20 +02:00
attributes.js Fix some stragglers 2012-04-15 17:52:48 -04:00
callbacks.js Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit tests added. 2012-04-02 01:03:34 +02:00
core.js Fix some stragglers 2012-04-15 17:52:48 -04:00
css.js Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 2012-04-23 15:05:12 -04:00
data.js Fix #11435. Remove obsolete test code. 2012-04-04 21:38:47 -04:00
deferred.js Makes Deferred implementation truly Promise/A compliant. Unit tests amended. Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/. 2012-04-02 01:29:39 +02:00
dimensions.js Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. 2012-04-06 08:39:59 -04:00
effects.js Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 2012-04-23 15:05:12 -04:00
event.js Make test async to please Opera 11.1; supplements #11500 2012-04-16 21:42:27 -04: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 #8894. Ensure .appendTo creates a new set in oldIE. 2012-04-16 21:57:41 -04:00
offset.js fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed 2012-02-23 22:55:20 -05:00
queue.js Firefox stalls without longer delays. 2012-02-23 23:22:04 -05:00
selector.js fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed 2012-02-23 22:55:20 -05:00
support.js Fix #10996, simplify offset code by forsaking ancient browsers. 2012-04-05 21:55:28 -04:00
traversing.js Fix #11543: .has should work on detached elements. 2012-04-05 21:03:41 -04:00