.. |
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
|
Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)
|
2012-10-16 14:14:37 -04:00 |
callbacks.js
|
Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-summit/issues/56
|
2012-10-16 16:43:44 -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
|
Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982.
|
2012-10-16 14:47:11 -04:00 |
dimensions.js
|
Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)
|
2012-10-16 14:14:37 -04:00 |
effects.js
|
Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)
|
2012-10-16 14:14:37 -04:00 |
event.js
|
Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982.
|
2012-10-16 14:47:11 -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 #11280. IE6-8 need name attribute to parse param. Close gh-914.
|
2012-10-16 15:07:44 -04:00 |
offset.js
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
queue.js
|
Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)
|
2012-10-16 14:14:37 -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
|
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981
|
2012-10-16 12:30:28 -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 |