jquery/src
2011-10-07 07:14:53 -07: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@3ffd629e38 Update Sizzle. Fixes #3144, #6863. 2011-09-28 16:47:45 -04:00
ajax.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
attributes.js Add a hook for removing contenteditable in IE6/7 and remove the unnecessary jQuery.attrFix. Fixes #10429. 2011-10-06 17:17:51 -04:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02: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 isProgressing becomes isPending. Unit tests added. 2011-10-04 12:08:46 -04:00
dimensions.js Add support for calling outer/inner Width/Height on the window and document. Fixes #9434. 2011-09-30 17:50:48 -04:00
effects.js Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416. 2011-10-04 15:53:19 -04:00
event.js Additional nits 2011-10-06 16:36:15 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Move createSafeFragment to the top to satisfy lint 2011-09-28 11:39:05 -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 updated Juriy Zaytsev's detecting event support technique link in support.js 2011-10-04 23:09:12 +08:00
traversing.js Simplify the .closest(Array) code since we no longer use it internally. 2011-09-23 09:11:02 -04:00