.. |
ajax.js
|
Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Closes gh-979
|
2012-10-16 11:37:15 -04:00 |
attributes.js
|
Enforce style guide in test/unit/attributes.js. Closes gh-985
|
2012-10-16 12:29:21 -04:00 |
callbacks.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
core.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
css.js
|
Adds missing expect() call, fixes failing IE tests
|
2012-10-15 14:04:58 -04:00 |
data.js
|
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976
|
2012-10-16 11:15:41 -04:00 |
deferred.js
|
Fixing style for deferred.js unit tests. Close gh-973.
|
2012-10-16 08:24:18 -04:00 |
deprecated.js
|
Moved attrFN to deprecated. Close gh-977.
|
2012-10-16 10:01:18 -04:00 |
dimensions.js
|
Fix #12243, $("col").width() should return the column's width. Close gh-916.
|
2012-08-29 12:34:12 -04:00 |
effects.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
event.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -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
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
offset.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
queue.js
|
Fix #12278. Promises on non-default queue wait until a dequeue is attempted on an empty queue. Close gh-893.
|
2012-08-19 21:48:52 -04:00 |
selector.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -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
|
Move deprecated.js to the bottom of the build to ensure nothing depends on a deprecated feature
|
2012-10-15 16:51:16 -04:00 |
traversing.js
|
Update Sizzle: allows disconnected sorting. Change add to always sort with added nodes, even when disconnected.
|
2012-10-16 11:54:54 -04:00 |