.. |
ajax.js
|
Never use the XML as parsed by the XHR instance. Use raw text instead and let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added.
|
2013-01-21 02:44:16 +01:00 |
attributes.js
|
Fixes #13088: under IE8, $(selector).attr('style') always return lowercase string
|
2012-12-31 12:30:02 -05:00 |
callbacks.js
|
Style nit in test/unit/callbacks.js. Closes gh-992
|
2012-10-16 17:25:20 -04:00 |
core.js
|
Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.
|
2013-01-08 03:27:10 +00:00 |
css.js
|
Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.
|
2013-01-21 18:12:16 -05:00 |
data.js
|
Fix #8335: Avoid memory leak by never setting data on non-element non-document nodes. Ref gh-1127.
|
2013-01-16 14:39:53 -05:00 |
deferred.js
|
Propagate context of returned deferred object in Deferred.then(). Fixes #13160.
|
2013-01-08 17:59:08 +00:00 |
deprecated.js
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05:00 |
dimensions.js
|
Implement expectation test instead of using _removeData. Close gh-997.
|
2012-10-28 22:44:57 -04:00 |
effects.js
|
Fix #13183: Wrong animation initial value calc. Close gh-1136.
|
2013-01-15 23:28:56 -05:00 |
event.js
|
Fix #13208: only check elements for delegation matches
|
2013-01-16 00:14:57 -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
|
Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.
|
2013-01-16 13:54:01 -05:00 |
offset.js
|
Know when to hold em, know when to fold em.
|
2012-12-22 16:55:10 -05:00 |
queue.js
|
No ticket: speedup test suite. Close gh-1020.
|
2012-11-08 10:10:43 -05:00 |
selector.js
|
Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.
|
2013-01-21 18:12:16 -05: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
|
Ref #8908. Update IE9 css clone fix. Close gh-1120.
|
2013-01-08 01:50:18 +00:00 |
traversing.js
|
Fix #11115: Normalize boolean attributes/properties. Close gh-1066.
|
2012-12-15 23:16:48 -05:00 |