jquery/src
2011-09-20 23:01:07 -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@0afda8fcb5 Added filtering tests and updating sizzle to fix filtering with positional selectors. Fixes #10315. 2011-09-19 23:09:40 -04:00
ajax.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
attributes.js Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes #5479. 2011-09-19 21:07:07 -04:00
callbacks.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
core.js Landing pull request 331. Add support for registering jQuery as an AMD module. Fixes #7102. 2011-09-19 16:37:22 -04:00
css.js Call .is(:visible) on the window or document does not thrown an error in IE. Fixes #10267. 2011-09-19 15:42:32 -04:00
data.js Landing pull request 512. 1.7 - removeData now takes space separated lists and arrays of keys - Fixes #7323. 2011-09-19 21:16:20 -04:00
deferred.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
dimensions.js Make sure body is defined before attempting to use its properties. This check prevents an error from occurring when the width() or height() methods are called before the body is defined in browsers that return false on the first condition and proceed on to the second. For example, simply calling $( window ).width() from a script in the HEAD will throw an error in Nokia webkit browsers without this check in place. 2011-08-02 18:38:35 -04:00
effects.js Landing pull request 496. 1.7 animate: allow named queues to be used by animate. Fixes #9280. 2011-09-19 16:08:00 -04:00
event.js Allow IE .trigger()ed events through on a check/radio. 2011-09-20 23:01:07 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fixes #6485. 2011-09-19 16:42:36 -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 $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -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 Landing pull request 509. Add a comment explaining the use of document.getElementsByTagName('body')[0] instead of document.body. 2011-09-20 11:23:01 -04:00
traversing.js Landing pull request 491. Fix #7322. Make .is() with a positional selector work like delegated event logic. Fixes #7322. 2011-09-19 23:50:52 -04:00