jquery/src
2011-05-26 16:51:41 -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@3ba396e439 Updating Sizzle. 2011-05-10 13:37:05 -04:00
ajax.js Restores var names to satisfy the crock-machine. Supplements #9008 2011-04-28 22:26:34 -04:00
attributes.js Move the value attrHook to the main attrHooks object to save bytes 2011-05-26 16:51:41 -04:00
core.js Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. 2011-05-25 15:10:49 -04: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. Returning null or undefined in a pipe callback shouldn't end up throwing an exception. Silly, silly, me. 2011-05-09 10:01:20 +02: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 tmp was global in the new fn.promise. Fixes #9147. 2011-05-06 12:10:16 -04: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
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