.. |
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@5d3cc64e73
|
Update Sizzle
|
2011-11-07 11:50:39 -05:00 |
ajax.js
|
Cleanup spacing in ajax.js. Fixes #10601
|
2011-10-27 15:26:37 -04:00 |
attributes.js
|
Cleanup spacing in attributes.js. Fixes #10601
|
2011-10-27 15:28:14 -04:00 |
callbacks.js
|
Trimmed down $.Callbacks and $.Deferred.
|
2011-09-21 17:00:55 +02:00 |
core.js
|
Fix #10646. Throw an Error object from .error() for IE's sake.
|
2011-11-07 11:40:39 -05:00 |
css.js
|
Streamline getComputedStyle per @JustinDrake's observation.
|
2011-11-06 15:49: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
|
Core styleguide cleanup. Fixes #10586
|
2011-10-26 14:58:05 -04:00 |
dimensions.js
|
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
|
2011-10-11 21:04:22 -04:00 |
effects.js
|
Add back unit in the width/height step function. Fixes #10669.
|
2011-11-07 10:47:09 -05:00 |
event.js
|
Replace .bind with .on when building event aliases
|
2011-11-07 18:07:54 -05:00 |
intro.js
|
Cache references to navigator and location. Fixes #6690.
|
2011-04-16 14:18:56 -07:00 |
manipulation.js
|
Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes #10667, #10670.
|
2011-11-07 21:22:04 -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
|
Cleanup spacing in outro.js. Fixes #10601
|
2011-10-27 15:33:37 -04: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
|
Correct typo in support.js assigning margin-top with cssText. Fixes #10638.
|
2011-11-02 14:05:26 -04:00 |
traversing.js
|
Chrome 10 slice bug has been fixed; remove workaround.
|
2011-11-06 16:38:26 -05:00 |