jquery/src
2012-05-27 12:37:35 -04:00
..
ajax When IE6 & IE7 serve from the cache in async mode, resolves the request asynchronously. Fixes #11778. 2012-05-16 23:43:16 +02:00
sizzle@feebbd7e05 Remove $("body") case; $(document.body) is 2x faster. 2012-04-18 13:04:44 -04:00
ajax.js -8 bytes 2012-05-04 00:18:08 +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 Simplifies the way the internal memory storage is handled. 2012-04-28 22:54:13 +02:00
core.js @mikesherov said: no need for an else if! 2012-05-07 19:14:00 +02:00
css.js Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788. 2012-05-24 21:54:04 -04:00
data.js Fix #8545. Plug event handling memory leak in oldIE. 2012-04-04 21:38:46 -04:00
deferred.js Preserves context objects when multiple Deferreds are passed to $.when(). Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749. 2012-05-12 21:41:39 +02:00
dimensions.js Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788. 2012-05-24 21:54:04 -04:00
effects.js Optimizations to animation queue/promise logic, closes gh-776. 2012-05-22 23:04:45 -04:00
event.js Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. 2012-05-22 21:29:13 -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 #11796. Preserve oldIE change delegation on clone. Closes gh-789. 2012-05-22 21:29:13 -04:00
offset.js Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. 2012-05-27 12:37:35 -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 Optimizations to animation queue/promise logic, closes gh-776. 2012-05-22 23:04:45 -04: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 #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792. 2012-05-24 21:04:50 -04:00
traversing.js Rename .andSelf to .addBack, deprecate .andSelf #9800 2012-05-15 23:14:13 -04:00