.. |
ajax
|
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 |
sizzle@c0d9badeb5
|
Fix #13281: update Sizzle
|
2013-01-24 23:10:44 -05:00 |
.jshintrc
|
Make compatible with jshint, lint test/data. Close gh-1043.
|
2012-12-06 13:46:37 -05:00 |
ajax.js
|
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
|
2013-01-24 02:35:07 +01:00 |
attributes.js
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
callbacks.js
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
core.js
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
css.js
|
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.
|
2013-01-30 20:09:56 -05:00 |
data.js
|
Minor updates. All parameters of an internal function are for internal use only.
|
2013-01-30 20:40:39 -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
|
Pass style declarations around for performance improvements and paving the way for the css array signature
|
2012-12-11 13:58:14 -05:00 |
effects.js
|
Fix #12846. Restore overflow when animation is stopped.
|
2013-01-26 22:05:08 -05:00 |
event-alias.js
|
Fix #12656. Make event shorthands excludable.
|
2013-01-27 00:35:42 -05:00 |
event.js
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
exports.js
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
intro.js
|
Update copyrights used in file headers.
|
2013-01-11 16:17:22 -05:00 |
manipulation.js
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
offset.js
|
Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification
|
2013-01-24 00:13:16 -05:00 |
outro.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 |
queue.js
|
Fix #13103. Add .finish() method. Cherry picked from b6abb31df4 .
|
2013-01-08 01:23:22 +00:00 |
serialize.js
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:21:48 -05:00 |
sizzle-jquery.js
|
Sizzle: minor adjustments and a small fix in the child selector regex
|
2012-07-02 15:24:33 -04:00 |
support.js
|
Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification
|
2013-01-24 00:13:16 -05:00 |
traversing.js
|
Fix #13349. No need to sort simple .find() cases.
|
2013-01-29 20:58:26 -05:00 |