jquery/src
2011-02-23 15:55:13 +01:00
..
ajax Minor changes to enforce JQuery Core Style Guidelines. 2011-02-12 00:14:11 +01:00
ajax.js Fixes #8297. Makes sure response headers with empty values are handled properly and do not prevent proper parsing of the entire response headers string. Unit test amended. 2011-02-17 17:03:09 +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 Makes the promise method of Deferreds a bit more readable by not using the variable declared as parameter trick anymore. 2011-02-22 00:44:22 +01:00
css.js comments for workarounds are always welcome. 2011-02-23 15:55:13 +01:00
data.js Only perpetrate the .toJSON hack on data caches when they are attached to a plain Javascript object. Part of the continuing saga of #8108. 2011-02-17 17:09:56 +01: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 Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs to ("", auto, undefined, null). 2011-02-17 17:26:23 +01:00
event.js Bug #6911 - Prevent action on disabled elements, both triggering and bound via .live() 2011-02-18 10:09:07 -08: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 Fix some whitespace issues. 2011-02-15 22:09:09 +01: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 Fix some whitespace issues. 2011-02-15 22:09:09 +01:00