.. |
ajax.js
|
Fix #8653, .param() undefined/null values become empty strings
|
2012-04-05 11:06:54 -04: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
|
Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit tests added.
|
2012-04-02 01:03:34 +02: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
|
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 #11435. Remove obsolete test code.
|
2012-04-04 21:38:47 -04:00 |
deferred.js
|
Makes Deferred implementation truly Promise/A compliant. Unit tests amended. Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/.
|
2012-04-02 01:29:39 +02:00 |
dimensions.js
|
Fix #3838, $(document).height() incorrect in IE6
|
2012-03-02 11:45:30 -05:00 |
effects.js
|
Followup to #11469; add test case and clarify code.
|
2012-04-04 23:30:13 -04: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 |
manipulation.js
|
Fixes #11338, .replaceWith should work on detached nodes.
|
2012-04-05 12:53:36 -04:00 |
offset.js
|
fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed
|
2012-02-23 22:55:20 -05:00 |
queue.js
|
Firefox stalls without longer delays.
|
2012-02-23 23:22:04 -05:00 |
selector.js
|
fixes #10693, generalizes the "test something in an iframe" code when a callback isn't needed
|
2012-02-23 22:55:20 -05:00 |
support.js
|
Fix #10996, simplify offset code by forsaking ancient browsers.
|
2012-04-05 21:55:28 -04:00 |
traversing.js
|
Fix #11543: .has should work on detached elements.
|
2012-04-05 21:03:41 -04:00 |