jquery/src
2009-07-25 16:08:18 +00:00
..
ajax.js Make sure that the script is removed only if it's actually in the page still. Fixes #4934. 2009-07-22 14:38:21 +00:00
attributes.js Fix for incorrect options being selected (noticed same problem with radio/checkbox and fixed it there, as well). Fixes #4962. 2009-07-23 22:16:29 +00:00
core.js Changed .get(-Number) to use .slice() instead of .toArray() (which doesn't take any arguments). Follow-up from commit [6484]. 2009-07-23 22:38:29 +00:00
css.js Broke out some of the inline RegExp from css.js. Goes towards fixing #4111. 2009-07-19 16:13:45 +00:00
data.js Refactor queueing system to allow auto-dequeuing to use dequeue directly and 2009-07-16 07:32:39 +00:00
dimensions.js Switching to use a better check for if the node is a document. 2009-07-18 19:44:15 +00:00
event.js Make sure that at least one argument is provided to .slice(), in accordance with the spec. Fixes jQuery bug #4942. 2009-07-23 13:22:55 +00:00
fx.js Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. 2009-07-19 13:32:53 +00:00
intro.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
manipulation.js Tweaked the detach addition in commit [6474]. 2009-07-21 15:57:51 +00:00
offset.js Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson 2009-07-25 16:08:18 +00:00
outro.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
selector.js Make sure that at least one argument is provided to .slice(), in accordance with the spec. Fixes jQuery bug #4942. 2009-07-23 13:22:55 +00:00
support.js fix for #4397 2009-05-16 14:45:46 +00:00
traversing.js Unify .not and .filter (resolves #4200). 2009-07-16 07:32:11 +00:00