jquery/src
2011-04-08 18:24:25 +02:00
..
ajax Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call. 2011-04-08 17:41:14 +02:00
sizzle@f12b930926 Land new sizzle commit. 2011-03-24 20:08:40 -04:00
ajax.js Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call. 2011-04-08 17:41:14 +02: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 'master' of github.com:jquery/jquery 2011-04-07 11:30:26 -04:00
css.js Improve relative string performance in .css and some code cleanup 2011-04-04 16:48:24 -07: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
deferred.js Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call. 2011-04-08 17:41:14 +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 Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call. 2011-04-08 17:41:14 +02:00
event.js Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say. 2011-04-07 22:52:15 -04:00
intro.js Updating the year in the header. 2011-01-24 16:45:29 -05:00
manipulation.js removing parens 2011-03-14 14:17:02 -06:00
offset.js Fix test cases for bug #8316 fix. 2011-03-31 02:55:16 -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 Adds fn.promise as a mean to observe the completion of animations on a set of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though). 2011-04-07 06:00:52 +02:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Adds a default falsy value for focusinBubbles + minor style consistency regarding test expression in support map initialization. 2011-04-08 18:24:25 +02:00
traversing.js Fix some whitespace issues. 2011-02-15 22:09:09 +01:00