.. |
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
|
Cleanup spacing in core.js. Fixes #10601
|
2011-10-27 15:25:30 -04:00 |
css.js
|
Fix a failing effects test in IE; minor style changes in effects
|
2011-11-01 09:46:20 -04:00 |
data.js
|
Make sure .data("events") still works, for now.
|
2011-10-26 22:56:26 -04: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
|
DRY the hover pseudo-event, get the type right, allow override.
|
2011-10-27 17:11:40 -04:00 |
intro.js
|
Cache references to navigator and location. Fixes #6690.
|
2011-04-16 14:18:56 -07:00 |
manipulation.js
|
Cleanup spacing in manipulation.js. Fixes #10601
|
2011-10-27 15:32:49 -04: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
|
Cleanup spacing in traversing.js. Fixes #10601
|
2011-10-27 15:35:09 -04:00 |