.. |
ajax.js
|
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.
|
2012-10-17 16:28:55 -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
|
Style nit in test/unit/callbacks.js. Closes gh-992
|
2012-10-16 17:25:20 -04:00 |
core.js
|
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.
|
2012-10-17 16:28:55 -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
|
Fix #12739. Keep namespace when triggering with an Event. Close gh-972.
|
2012-10-19 16:42:13 -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
|
Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987
|
2012-10-16 16:50:40 -04:00 |
offset.js
|
fix failing offset tests
|
2012-10-17 14:52:16 -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 |