jquery/src
2011-11-21 11:33:21 -05:00
..
ajax Makes sure no unload handler is bound when not in IE. Also simplifies the whole "on unload abort" code. Also avoids the declaration of yet another variables in the jQuery main closure for the temporary XHR used to assess support properties. 2011-04-21 18:43:40 +02:00
sizzle@2e664828f3 Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724. 2011-11-08 15:47:03 -05:00
ajax.js Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817. 2011-11-17 15:02:38 -05:00
attributes.js Microoptimization in jQuery.attr and remove the redundancy of return undefined 2011-11-14 12:31:28 -05:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02:00
core.js Remove rdigit now that it is no longer necessary 2011-11-18 11:45:12 -05:00
css.js use for loop instead of jQuery.each in getWH() 2011-11-10 21:59:45 -05:00
data.js It seems the convention is to use self for caching jQuery ( this ) instead of using $this. 2011-11-06 22:54:21 +00:00
deferred.js Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added. 2011-11-09 01:02:29 +01:00
dimensions.js Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. 2011-10-11 21:04:22 -04:00
effects.js Ensuring that nulls in private data object won't cause errors on stop() - Fixes #10750 2011-11-14 11:36:36 -05:00
event.js Fix #10844. Harden quickIs() against form-aliasing of the id property. 2011-11-21 11:33:21 -05: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 #10812, let .before() and .after() work on empty collections. 2011-11-17 11:47:56 -05:00
offset.js jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove jQuery.offset.supportProps and reference support in offset 2011-10-31 12:33:55 -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 Renaming 'runner' to 'hooks' - makes it a little more obvious whats happening 2011-10-31 09:47:19 -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 No global vars allowed. Declare 'body' in support. 2011-11-18 09:29:10 -05:00
traversing.js Chrome 10 slice bug has been fixed; remove workaround. 2011-11-06 16:38:26 -05:00