.. |
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@f56f178496
|
Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.
|
2011-10-13 11:11:41 -04: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
|
Coerce eq() argument all the time. Fixes #10616
|
2011-11-06 16:17:59 -05:00 |
css.js
|
Streamline getComputedStyle per @JustinDrake's observation.
|
2011-11-06 15:49:45 -05:00 |
data.js
|
Removing a stale line of code in .data()
|
2011-11-06 17:24:44 -05: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
|
Fix a failing effects test in IE; minor style changes in effects
|
2011-11-01 09:46:20 -04:00 |
event.js
|
Remove forever-alone regexps in event.js
|
2011-11-06 14:49:31 -05:00 |
intro.js
|
Cache references to navigator and location. Fixes #6690.
|
2011-04-16 14:18:56 -07:00 |
manipulation.js
|
Fix #10177. Pass correct index to function-parameter of .wrap
|
2011-11-06 16:59:41 -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 |