.. |
ajax
|
Fixes #4624... 3 years later, people!
|
2012-03-07 17:08:59 +01:00 |
sizzle@feebbd7e05
|
Update Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes #11153.
|
2012-03-30 17:10:25 -04:00 |
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
|
Remove moot second argument from slice.call()
|
2012-04-04 23:22:15 -04:00 |
css.js
|
Use multiply rather than divide for speed.
|
2012-04-04 22:14:33 -04:00 |
data.js
|
Fix #8545. Plug event handling memory leak in oldIE.
|
2012-04-04 21:38:46 -04:00 |
deferred.js
|
Remove moot second argument from slice.call()
|
2012-04-04 23:22:15 -04: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
|
Remove moot second argument from slice.call()
|
2012-04-04 23:22:15 -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 |
intro.js
|
Cache references to navigator and location. Fixes #6690.
|
2011-04-16 14:18:56 -07:00 |
manipulation.js
|
Fixes #11338, .replaceWith should work on detached nodes.
|
2012-04-05 12:53:36 -04: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 |