jquery/test/unit
jaubourg 395612bb15 $.ajax now always returns an object implementing the Promise interface. Fixes #10944. Unit tests amended.
For back-compat, in case of an early abort, callbacks passed in the options are not called (while subsequent callbacks attached to the returned Promise are).
For early abort triggered by returning false in beforeSend, statusText is "canceled".
2012-04-02 01:54:19 +02:00
..
ajax.js $.ajax now always returns an object implementing the Promise interface. Fixes #10944. Unit tests amended. 2012-04-02 01:54:19 +02:00
attributes.js Do not set boolean attributes to empty string on removal. Fixes #10870. +0 bytes compressed 2012-03-05 12:54:44 -05:00
callbacks.js Adds unit test to exhibit #10952 2012-01-31 02:23:04 +01:00
core.js Makes parseXML act like parseJSON when given an empty or non-string input: now returns null rather than throwing an exception. Incidently fixes #10527. Unit tests added. 2012-03-07 17:37:14 +01:00
css.js When the width/height computed unit is not pixels, return that instead. Fixes #10782. 2011-12-12 10:42:10 -05:00
data.js Fix #11309. Recognize hexadecimal in data attributes. 2012-02-09 20:27:27 -05:00
deferred.js Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added. 2011-11-09 01:02:29 +01:00
dimensions.js Fix #3838, $(document).height() incorrect in IE6 2012-03-02 11:45:30 -05:00
effects.js Add more delay to the "halfway" tests for non-focused cases. 2012-03-05 21:37:43 -05:00
event.js Fix #11049. Let bubbling submit be cancellable in oldIE. 2012-03-06 19:56:17 -05: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 Update Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes #11153. 2012-03-30 17:10:25 -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 No global vars allowed. Declare 'body' in support. 2011-11-18 09:29:10 -05:00
traversing.js Fix #11370: .siblings() shouldn't throw exception on a detached element 2012-02-23 22:40:07 -05:00