.. |
ajax
|
Fixes #4624... 3 years later, people!
|
2012-03-07 17:08:59 +01:00 |
sizzle@fe2f618106
|
Update qunit and sizzle
|
2012-01-20 16:41:14 -05:00 |
ajax.js
|
Fixes #4624... 3 years later, people!
|
2012-03-07 17:08:59 +01:00 |
attributes.js
|
Do not set boolean attributes to empty string on removal. Fixes #10870. +0 bytes compressed
|
2012-03-05 12:54:44 -05:00 |
callbacks.js
|
Fixes #10952 by introducing a real fired flag in the Callbacks closure.
|
2012-01-31 02:31:22 +01:00 |
core.js
|
Makes parseXML act like parseJSON when given an empty or non-string input: now returns null rather than throwing an exception. Incidently fixes #10527. Unit tests added.
|
2012-03-07 17:37:14 +01:00 |
css.js
|
Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.
|
2012-02-24 00:14:15 -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 #3838, $(document).height() incorrect in IE6
|
2012-03-02 11:45:30 -05:00 |
effects.js
|
Fix #11415: Stop non-negative prop undershoot on animation.
|
2012-03-01 22:31:17 -05:00 |
event.js
|
Fix #11049. Let bubbling submit be cancellable in oldIE.
|
2012-03-06 19:56:17 -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 |
intro.js
|
Cache references to navigator and location. Fixes #6690.
|
2011-04-16 14:18:56 -07:00 |
manipulation.js
|
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.
|
2012-03-07 16:54:05 +01:00 |
offset.js
|
Add undef:true to JSHint now that it understands hoisting
|
2012-01-19 22:36:08 -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 #10967: jQuery.fn.promise returns provided object
|
2012-02-13 21:53:42 -05:00 |
sizzle-jquery.js
|
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.
|
2011-09-19 15:42:30 -04:00 |
support.js
|
Followup for #7986 to fix a botched merge.
|
2012-03-02 21:10:36 -05:00 |
traversing.js
|
Fix #11370: .siblings() shouldn't throw exception on a detached element
|
2012-02-23 22:40:07 -05:00 |