.. |
ajax.js
|
fixes #10901, PHP required for unit tests, but still allow the tests to run
|
2012-02-16 23:17:57 -05:00 |
attributes.js
|
Fix #5571. Setters should treat undefined as a no-op and be chainable.
|
2011-12-06 15:25:38 -05:00 |
callbacks.js
|
Adds unit test to exhibit #10952
|
2012-01-31 02:23:04 +01:00 |
core.js
|
fixes #10901, PHP required for unit tests, but still allow the tests to run
|
2012-02-16 23:17:57 -05:00 |
css.js
|
When the width/height computed unit is not pixels, return that instead. Fixes #10782.
|
2011-12-12 10:42:10 -05:00 |
data.js
|
Fix #11309. Recognize hexadecimal in data attributes.
|
2012-02-09 20:27:27 -05:00 |
deferred.js
|
Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added.
|
2011-11-09 01:02:29 +01:00 |
dimensions.js
|
Fix #5571. Setters should treat undefined as a no-op and be chainable.
|
2011-12-06 15:25:38 -05:00 |
effects.js
|
Add unit tests for animation toggling from hide position. Supplements #10848.
|
2012-01-20 15:57:11 -05:00 |
event.js
|
Fix #11076. If .clone() won't delegate, we must remediate.
|
2012-01-28 16:30:35 -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 whitespace mismatch introduced in bf7a4df22a
|
2012-02-10 16:17:12 -05:00 |
offset.js
|
Fix #5571. Setters should treat undefined as a no-op and be chainable.
|
2011-12-06 15:25:38 -05:00 |
queue.js
|
Fix #10967: jQuery.fn.promise returns provided object
|
2012-02-13 21:53:42 -05:00 |
selector.js
|
Fix #10931: Make unit tests work without web access.
|
2012-01-12 20:04:17 -05:00 |
support.js
|
No global vars allowed. Declare 'body' in support.
|
2011-11-18 09:29:10 -05:00 |
traversing.js
|
Fix #11370: .siblings() shouldn't throw exception on a detached element
|
2012-02-23 22:40:07 -05:00 |