jquery/src
Dave Methvin 35bc30cd87 Fix #10576. Add alias for jQuery.event.handle so voyeur code still works.
Between new 1.7 special event hooks and jQuery.event.simulate() we have a much cleaner solution than the people calling jQuery.event.handle are doing, but we shouldn't break their use of this undocumented internal interface for now.
2011-10-26 16:02:20 -04: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@f56f178496 Update sizzle; Add sizzle cache collision iframe test. Fixes #8539. 2011-10-13 11:11:41 -04:00
ajax.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
attributes.js Support setting both the enctype attribute and property (encoding in IE6/7). Fixes #6743. 2011-10-22 16:03:57 -04:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02:00
core.js Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. 2011-10-11 21:04:22 -04:00
css.js Landing pull request 553. Fallback to elem.style for disconnected nodes in width/height retrieval. Fixes #8388. 2011-10-22 16:08:14 -04:00
data.js Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. 2011-10-11 21:04:22 -04:00
deferred.js Removes isPending and introduces state as a means to retrieve the Deferred/Promise state. Unit tests amended. 2011-10-11 20:23:56 -04:00
dimensions.js Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. 2011-10-11 21:04:22 -04:00
effects.js Squashed commit of the following: 2011-10-11 21:21:59 -04:00
event.js Fix #10576. Add alias for jQuery.event.handle so voyeur code still works. 2011-10-26 16:02:20 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Fixes gross indents. 2011-10-24 09:27:16 -04:00
offset.js Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. 2011-09-19 21:03:41 -04:00
outro.js Landing pull request 410. Moves jQuery attachment comment to outro. 2011-06-14 15:51:03 -04:00
queue.js Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixes #6150. 2011-09-28 11:55:29 -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 Fix 10558. Get the right element for checkClone; thanks zhengzongyi! 2011-10-24 11:33:09 -04:00
traversing.js Simplify the .closest(Array) code since we no longer use it internally. 2011-09-23 09:11:02 -04:00