jquery/src
jaubourg 391398cf23 Fixes #9221. Wraps openings of html comments and CDATA blocks found at the beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added. 2011-05-11 14:13:07 +02: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 Add fallback to prop for the window and document. Switch value to use the property instead of the attribute for back compat. 2011-05-10 00:28:02 -04:00
core.js Check for #8984 wasn't strong enough, enhanced. 2011-05-02 13:31:23 -04:00
css.js Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936. 2011-04-22 00:02:08 -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 Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. 2011-01-19 12:40:32 -05:00
effects.js Landing pull request 374. .animate() Callbacks should fire in correct order (unit test included). Fixes #9100. 2011-05-10 11:22:12 -04:00
event.js Make sure that mouseenter/mouseleave fire on the correct element when doing delegation. Fixes #9069. 2011-05-10 11:49:32 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Fixes #9221. Wraps openings of html comments and CDATA blocks found at the beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added. 2011-05-11 14:13:07 +02: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 Landing pull request 370. Fixes #8763. 2011-05-10 11:20:22 -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