jquery/test/unit
Richard Gibson 7f2cc46955 Fix #11767. Modularize build and unit tests for exluding effects.
Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
2012-05-28 22:36:23 -04:00
..
ajax.js Fix indentation in /speed and /test dirs, closes gh-780. 2012-05-18 13:28:50 -04:00
attributes.js Fix some stragglers 2012-04-15 17:52:48 -04:00
callbacks.js Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools! 2012-04-30 03:04:45 +02:00
core.js Fix indentation in /speed and /test dirs, closes gh-780. 2012-05-18 13:28:50 -04:00
css.js Fix #11767. Modularize build and unit tests for exluding effects. 2012-05-28 22:36:23 -04:00
data.js Fix #11435. Remove obsolete test code. 2012-04-04 21:38:47 -04:00
deferred.js Preserves context objects when multiple Deferreds are passed to $.when(). Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749. 2012-05-12 21:41:39 +02:00
dimensions.js Fix #10877. Make outerWidth/Height a setter. Closes gh-783. 2012-05-21 13:44:19 -04:00
effects.js Fix #11767. Modularize build and unit tests for exluding effects. 2012-05-28 22:36:23 -04:00
event.js Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. 2012-05-22 21:29:13 -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 Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. 2012-05-15 23:29:20 -04:00
queue.js Fix #11767. Modularize build and unit tests for exluding effects. 2012-05-28 22:36:23 -04:00
selector.js Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA. 2012-05-28 18:32:20 -04:00
support.js Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. 2012-05-22 10:11:47 -04:00
traversing.js Rename .andSelf to .addBack, deprecate .andSelf #9800 2012-05-15 23:14:13 -04:00