jquery/src
2011-09-18 20:15:35 -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@93cc46709e Update sizzle and QUnit 2011-08-17 17:05:16 -04:00
ajax.js Use jdalton's shorter sequence for the chars. 2011-08-23 08:55:41 -04:00
attributes.js Add notes about #9699 fix 2011-09-18 20:15:35 -04:00
core.js Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" 2011-08-26 10:10:35 -04:00
css.js Landing pull request 476. Fix lint complaints about unescaped -. Follow up to #10021 Fixes #10021. 2011-08-26 10:44:50 -04:00
data.js Bug in rmultidash. Fixes #10194 2011-09-07 10:13:22 -04:00
deferred.js Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added. 2011-07-01 01:51:50 +02:00
dimensions.js Make sure body is defined before attempting to use its properties. This check prevents an error from occurring when the width() or height() methods are called before the body is defined in browsers that return false on the first condition and proceed on to the second. For example, simply calling $( window ).width() from a script in the HEAD will throw an error in Nokia webkit browsers without this check in place. 2011-08-02 18:38:35 -04:00
effects.js Remove requestAnimationFrame support. Fixes #9381. 2011-08-16 11:21:53 -04:00
event.js Fix #10208. Check for button as well as input when performing the #7071 VML crash workaround for IE special-events submit code. 2011-09-07 11:30:22 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js jQuery.clone() check that destination child nodes are not null. Fixes #9587 2011-06-15 11:14: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 Reverts broken support string. Fixes #10197 2011-09-07 10:08:04 -04:00
traversing.js Quick improvement to the performace of .index() with no arguments - Adding a unit test for .index() of a node without a parent returns -1 2011-06-14 23:38:36 -05:00