jquery/test/unit
2012-08-16 19:12:59 +02:00
..
ajax.js Calling load with null as the data parameter now properly issues a GET request, not a POST request. Unit tests added. Fixes #12234. 2012-08-16 16:45:18 +02:00
attributes.js Fix #11547. toLowerCase not work good on XML attributes. 2012-07-11 23:09:07 -04:00
callbacks.js Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added. 2012-08-16 19:12:59 +02:00
core.js Fix #12026. Let props in $(html, props) be any jQuery.fn method. 2012-07-05 17:21:58 -04:00
css.js Pull in unit tests from gh-877, thanks @orkel! 2012-07-25 21:58:59 -04:00
data.js Fix #7579. Don't convert to number if it changes the string. Close gh-852. 2012-07-25 10:28:50 -04:00
deferred.js Make unit tests friendly to Closure Compiler. Closes gh-845. 2012-07-05 15:52:42 -04:00
deprecated.js Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 2012-06-25 10:02:28 -04:00
dimensions.js No ticket: fix failure from zero-assertion test generating a second empty OL element. Closes gh-888 2012-08-09 10:42:09 -04:00
effects.js Wait for both .stop() tests to finish, don't count on timing. 2012-08-09 21:30:51 -04:00
event.js Fix #12203. .undelegate() should not remove direcly bound events. 2012-08-07 20:49:34 -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 #12127, fer real. IE9/10 check state on clone. Close gh-875. 2012-07-25 22:23:24 -04:00
offset.js Remove IE8 testswarm hacks for offset. 2012-07-25 15:42:53 -04:00
queue.js Unit tests are linted and passing. 2012-06-21 15:30:24 -04:00
selector.js Make unit tests friendly to Closure Compiler. Closes gh-845. 2012-07-05 15:52:42 -04:00
serialize.js Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build. 2012-07-13 09:47:43 +02:00
support.js Unit tests are linted and passing. 2012-06-21 15:30:24 -04:00
traversing.js Fix a regression where has with multiple contexts was not filtering correctly. Test added. 2012-07-27 18:19:18 -04:00