.. |
ajax
|
Prevents tests for replaceInData to take place if replaceInUrl is already true.
|
2012-04-23 00:07:15 +02:00 |
sizzle@feebbd7e05
|
Remove $("body") case; $(document.body) is 2x faster.
|
2012-04-18 13:04:44 -04:00 |
ajax.js
|
Fix #8653, .param() undefined/null values become empty strings
|
2012-04-05 11:06:54 -04:00 |
attributes.js
|
Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().
|
2012-04-10 18:25:04 -04:00 |
callbacks.js
|
Callbacks.add now accepts array-like objects (like Arguments). Now uses the slice method of the args array in fireWith rather than a quite slow jQuery.merge.
|
2012-04-25 18:25:51 +02:00 |
core.js
|
Fix #10067. Create jQuery.quickReady; closes gh-736.
|
2012-04-23 15:44:27 -04:00 |
css.js
|
Opera announced they will start supporting the -webkit- prefix for a selected set of css properties. Let's put the inspection of -webkit- prefix properties as the last one in case this propagates to the style object and/or other browsers (the cssPrefixes array is inspected from right to left).
|
2012-04-28 16:52:32 +02:00 |
data.js
|
Fix #8545. Plug event handling memory leak in oldIE.
|
2012-04-04 21:38:46 -04:00 |
deferred.js
|
Trims down deferred.js. The gist of it is from the magnificent @gibson042, I just added some minor touches.
|
2012-04-25 18:25:52 +02:00 |
dimensions.js
|
Fix 11004. getWH() box-sizing:border-box includes padding and border.
|
2012-04-10 17:26:52 -04:00 |
effects.js
|
Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042
|
2012-04-23 15:05:12 -04:00 |
event.js
|
Fix #11500. Allow triggered, simulated change events.
|
2012-04-10 21:54:07 -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
|
Fix #8894. Ensure .appendTo creates a new set in oldIE.
|
2012-04-16 21:57:41 -04:00 |
offset.js
|
Fix #10996, simplify offset code by forsaking ancient browsers.
|
2012-04-05 21:55:28 -04: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
|
Fix 11004. getWH() box-sizing:border-box includes padding and border.
|
2012-04-10 17:26:52 -04:00 |
traversing.js
|
Fix #11543: .has should work on detached elements.
|
2012-04-05 21:03:41 -04:00 |