jquery/src
jaubourg a745ac8c03 Merge branch '1.7/callbacks' of github.com:jquery/jquery into 1.7/callbacks
Conflicts:
	src/callbacks.js
	test/index.html
	test/unit/callbacks.js
2011-05-26 18:56:38 +01: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@3ba396e439 Updating Sizzle. 2011-05-10 13:37:05 -04:00
ajax.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-26 18:43:55 +01:00
attributes.js Merge branch 'master' of github.com:jquery/jquery into 1.7/callbacks 2011-05-24 00:45:37 +02:00
callbacks.js Added queue flag to $.Callbacks. Unit tests added (more to come). 2011-05-26 18:44:22 +01:00
core.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-26 18:43:55 +01:00
css.js Move window/document test to dimensions for consistency 2011-05-25 19:59:29 -04:00
data.js Make sure that data properties with hyphens are always accessed/set using camelCase. Fixes #9124. 2011-05-10 11:56:42 -04:00
deferred.js Fixes #9104 again. 2011-05-26 18:50:33 +01:00
dimensions.js Move window/document test to dimensions for consistency 2011-05-25 19:59:29 -04:00
effects.js Landing pull request 352. Slightly improved defaultDisplay() and Throbber of Doom. Fixes #8994. 2011-05-20 11:22:52 -04:00
event.js Landing pull request 377. Check custom data != null(undefined), allows zero; Fixes #9285. 2011-05-16 10:38:36 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. 2011-05-25 19:35:52 -04:00
offset.js Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 2011-04-12 16:13:56 -04:00
outro.js Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033 2011-01-23 21:19:33 -06:00
queue.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-26 18:43:55 +01:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js detachEvent is unnecessary since we're nulling div. Fixes #8873. 2011-05-25 15:08:37 -04:00
topic.js Renames $.Channel as $.Topic to be on par with usual terminology of existing pub/sub implementations. 2011-05-26 18:44:21 +01:00
traversing.js Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912. 2011-04-17 10:51:24 -07:00