jquery/src
Schalk Neethling 8a532d1575 Landing pull request 378. Comment typo in core.js.
More Details:
 - https://github.com/jquery/jquery/pull/378
2011-06-14 16:01:50 -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 Attribute hooks do not need to be attached in XML docs. Fixes #9568. 2011-06-13 10:02:13 -04:00
core.js Landing pull request 378. Comment typo in core.js. 2011-06-14 16:01:50 -04:00
css.js Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. 2011-06-14 15:59:22 -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 Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case needed." Line of exception was lost when debugging. 2011-06-08 10:55:52 -04: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 Check classes passed for duplicates. Fixes #9499. 2011-06-07 21:00:44 -04:00
event.js Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357, #9447. 2011-06-14 15:38:46 -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 Landing pull request 410. Moves jQuery attachment comment to outro. 2011-06-14 15:51:03 -04: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 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