jquery/test/unit
2012-04-27 11:22:01 -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 Regression: makes sure that all instances of a callback are removed. Unit test added. 2012-04-25 16:08:38 +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 Update dimensions unit tests from changes in #11604 2012-04-27 11:22:01 -04:00
effects.js Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 2012-04-23 15:05:12 -04:00
event.js Fix #10067. Create jQuery.quickReady; closes gh-736. 2012-04-23 15:44: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 #10067. Create jQuery.quickReady; closes gh-736. 2012-04-23 15:44:27 -04:00
traversing.js Fix #11543: .has should work on detached elements. 2012-04-05 21:03:41 -04:00