jquery/src
2011-02-14 16:30:18 -06:00
..
ajax Minor changes to enforce JQuery Core Style Guidelines. 2011-02-12 00:14:11 +01:00
ajax.js Enhances ajaxSetup so that it can take an optional target option, in which case target will be updated instead of ajaxSettings. That way, fields that shouldn't be deep extended can be listed and dealt with in one place. jQuery.ajax now makes use of ajaxSetup with target to create its internal settings object. Fixes #7531 in IE9RC. 2011-02-12 03:59:46 +01:00
attributes.js Make sure .val() works after form.reset() in IE. Fixes #2551. 2011-02-10 23:50:02 +01:00
core.js Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-fix8033 2011-02-14 12:35:27 -05:00
css.js Revert "Revert fb4445070c which is no longer necessary with the release of Opera 11. Fixes #7608." We will be continuing to support Opera 10.6 in jQuery 1.5. 2011-01-14 14:12:29 -05:00
data.js Update jQuery.data to use jQuery.noop for toJSON hack instead of an additional superfluous function. 2011-02-14 16:30:18 -06: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 Add missing semicolon. 2011-02-14 22:38:19 +01:00
event.js Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleave. Fixes #8209. 2011-02-08 17:15:55 +01:00
intro.js Updating the year in the header. 2011-01-24 16:45:29 -05:00
manipulation.js Make sure .clone(true) correctly clones namespaced events. Fixes #4537. 2011-02-10 22:20:48 +01:00
offset.js Merge branch 'master' of https://github.com/russtacular/jquery into russtacular-master 2011-01-18 14:20:05 -05: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 Fix jQuery.queue leaks empty queues. 2011-01-09 15:58:23 -06:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Remove unnecessary "script.type = text/javascript;". Fixes #8198. 2011-02-12 13:53:03 +01:00
traversing.js Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery into dmethvin-fix-7853-add-context 2011-01-20 14:51:30 -05:00