.. |
ajax.js
|
Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."
|
2012-08-24 11:59:01 -04:00 |
attributes.js
|
Fix #11547. toLowerCase not work good on XML attributes.
|
2012-07-11 23:09:07 -04:00 |
callbacks.js
|
Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.
|
2012-08-16 19:12:59 +02:00 |
core.js
|
Fix #12350: jQuery.trim should remove BOM
|
2012-08-21 08:59:51 -04:00 |
css.js
|
Fix #12324, line-height "normal" isn't always "1". Close gh-898.
|
2012-08-19 22:46:06 -04:00 |
data.js
|
Fix #10863. Allow newlines in JSON data- attributes.
|
2012-08-23 22:19:06 -04:00 |
deferred.js
|
Make unit tests friendly to Closure Compiler. Closes gh-845.
|
2012-07-05 15:52:42 -04:00 |
deprecated.js
|
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
|
2012-06-25 10:02:28 -04:00 |
dimensions.js
|
Fix #12283. Return null for dimension getters on non elements. Fix gh-900.
|
2012-08-19 22:58:05 -04:00 |
effects.js
|
Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.
|
2012-08-19 22:09:08 -04:00 |
event.js
|
Scorch the earth and retreat on readyState interactive! Close gh-907.
|
2012-08-23 20:28:22 -04: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
|
Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."
|
2012-08-24 11:57:48 -04:00 |
offset.js
|
Remove IE8 testswarm hacks for offset.
|
2012-07-25 15:42:53 -04:00 |
queue.js
|
Fix #12278. Promises on non-default queue wait until a dequeue is attempted on an empty queue. Close gh-893.
|
2012-08-19 21:48:52 -04:00 |
selector.js
|
Make unit tests friendly to Closure Compiler. Closes gh-845.
|
2012-07-05 15:52:42 -04:00 |
serialize.js
|
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
|
2012-07-13 09:47:43 +02:00 |
support.js
|
Fix #12282. IE has premature .readyState == "interactive". Close gh-901.
|
2012-08-20 08:16:07 -04:00 |
traversing.js
|
Fix a regression where has with multiple contexts was not filtering correctly. Test added.
|
2012-07-27 18:19:18 -04:00 |