jquery/src
2012-05-11 16:22:00 -04:00
..
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 -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 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 Fix #11736. Remove deprecated Deferred.isResolved/isRejected. 2012-05-11 15:02:18 -04:00
dimensions.js Fix 11004. getWH() box-sizing:border-box includes padding and border. 2012-04-10 17:26:52 -04:00
effects.js Scalarize [value, easing] before css-expanding; closes gh-750. 2012-05-11 16:22:00 -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 Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added. 2012-05-06 01:27:01 +02: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 #11738. Remove deprecated .closest(Array) => Array. 2012-05-11 15:11:13 -04:00