jquery/src
2011-08-16 19:30:20 -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 Merge pull request #431 from DenisKnauf/master 2011-08-04 14:51:43 -07:00
attributes.js Remove unnecessary regex 2011-08-04 18:16:15 -04:00
core.js Improves support for arbitrary numbers in data keys. Fixes #9318 2011-08-05 10:17:24 -04:00
css.js Check for null before isNaN(). 2011-08-16 19:30:20 -04:00
data.js Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413 2011-08-05 09:43:58 -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 Set timerId to true instead of a number so that intervals set to 1 are not accidentally cleared when stopped. Fixes #9678. 2011-06-28 11:46:03 -04:00
event.js Make sure that Internet Explorer 6-8 won't give a "failed" error, when a request for type is made on vml objects 2011-07-15 22:21:44 +02: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 Add back the background: none setting to avoid any possible crashes in IE from the support testElement. Fixes #9823. 2011-08-04 18:41:34 -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