jquery/src
timmywil 3d646c5403 Remove unnecessary var in effects 2011-06-07 17:29:56 -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 Remove fellback in width/height cssHook 2011-06-07 00:04:17 -04:00
data.js Landing pull request 403. Check for both camelized and hyphenated data property names; Fixes #9301. 2011-06-06 20:18:36 -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 Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300. 2011-06-06 23:35:16 -04:00
effects.js Remove unnecessary var in effects 2011-06-07 17:29:56 -04:00
event.js Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510. 2011-06-06 20:16:14 -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 Remove unnecessary var in queue.js 2011-06-07 17:28:02 -04:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Landing pull request 401. Nulling all elements created in support.js; Fixes #9471. 2011-06-06 23:54:17 -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