jquery/test/unit
Corey Frang 6c4ca13d69 Squashed commit of the following:
commit af3fd32f207ed080084f10d76f89c07c414baa05
Merge: 83c08ff fdd60f8
Author: Dave Methvin <dave.methvin@gmail.com>
Date:   Tue Oct 11 21:17:56 2011 -0400

    Merge branch 'stop' of https://github.com/gnarf37/jquery into pull-541-stop

commit fdd60f8705
Author: Corey Frang <gnarf@gnarf.net>
Date:   Mon Oct 10 13:51:59 2011 -0500

    .stop( [queue,] clearQueue, gotoEnd )
2011-10-11 21:21:59 -04:00
..
ajax.js We have too many unctions in this function. 2011-10-02 09:50:09 -04:00
attributes.js Add a hook for removing contenteditable in IE6/7 and remove the unnecessary jQuery.attrFix. Fixes #10429. 2011-10-06 17:17:51 -04:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02:00
core.js Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. 2011-10-11 21:04:22 -04:00
css.js Call .is(:visible) on the window or document does not thrown an error in IE. Fixes #10267. 2011-09-19 15:42:32 -04:00
data.js Landing pull request 512. 1.7 - removeData now takes space separated lists and arrays of keys - Fixes #7323. 2011-09-19 21:16:20 -04:00
deferred.js Removes isPending and introduces state as a means to retrieve the Deferred/Promise state. Unit tests amended. 2011-10-11 20:23:56 -04:00
dimensions.js Add support for calling outer/inner Width/Height on the window and document. Fixes #9434. 2011-09-30 17:50:48 -04:00
effects.js Squashed commit of the following: 2011-10-11 21:21:59 -04:00
event.js Fixes #10477. Get .off(type, null, fn) right. 2011-10-11 20:31:45 -04:00
manipulation.js Allow more cases to use innerHTML in the .html method. 2011-09-21 23:05:26 -04:00
offset.js Fixes IE7 test suite. Keep the testElement attached and set necessary styles on it to fix the offset with margin test. 2011-09-28 11:30:38 -04:00
queue.js Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixes #6150. 2011-09-28 11:55:29 -04:00
selector.js Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178. 2011-09-19 15:42:30 -04:00
support.js Fixes IE7 test suite. Keep the testElement attached and set necessary styles on it to fix the offset with margin test. 2011-09-28 11:30:38 -04:00
traversing.js Landing pull request 491. Fix #7322. Make .is() with a positional selector work like delegated event logic. Fixes #7322. 2011-09-19 23:50:52 -04:00