.. |
ajax
|
Removes unnecessary call to .off() as noted by @dcherman.
|
2013-01-21 03:05:03 +01:00 |
sizzle@1c8aec9128
|
Update Sizzle: detached node sorting in Webkit. Fixes #13331.
|
2013-02-01 18:06:02 -05:00 |
.jshintrc
|
Fix #13335. Remove "use strict".
|
2013-02-01 17:17:39 -05:00 |
ajax.js
|
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
|
2013-01-24 02:34:02 +01:00 |
attributes.js
|
Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "undefined" for safer uglification
|
2013-01-27 10:04:09 -05:00 |
callbacks.js
|
Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.
|
2013-01-27 13:35:30 -05:00 |
core.js
|
Fix comment about Safari shortfalls.
|
2013-01-29 16:56:32 -05:00 |
css.js
|
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132, #10406.
|
2013-01-30 20:37:13 -05:00 |
data.js
|
Reduce Data.prototype.add by using the returned length value of this.owners.push(owner)
|
2013-02-03 15:31:23 -05:00 |
deferred.js
|
Eliminate redundancy of Deferred.then().
|
2013-01-08 01:03:38 +09: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:02:15 -05:00 |
event-alias.js
|
Fix #12656. Make event shorthands excludable.
|
2013-01-27 09:07:00 -05:00 |
event.js
|
2.0: Rewrite data.js (Incl. event, manipulation, tests)
|
2013-02-03 15:27:55 -05:00 |
exports.js
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
intro.js
|
Fix #13335. Remove "use strict".
|
2013-02-01 17:17:39 -05:00 |
manipulation.js
|
2.0: Rewrite data.js (Incl. event, manipulation, tests)
|
2013-02-03 15:27:55 -05:00 |
offset.js
|
Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "undefined" for safer uglification
|
2013-01-27 10:04:09 -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. Close gh-1118.
|
2013-01-08 01:19:25 +00:00 |
serialize.js
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:23:46 -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
|
Opera 12.0 still implements an older version of the DOM so cloneNode cannot be called without an argument
|
2013-01-08 11:15:36 +01:00 |
traversing.js
|
Fix #13349. No need to sort simple .find() cases.
|
2013-01-29 20:48:48 -05:00 |