jquery/src
2010-12-18 19:17:37 -05:00
..
transports More variable renaming to avoid conflicts when module closures are removed. 2010-12-11 01:35:46 +01:00
ajax.js Fix the closure in ajax.js too. 2010-12-10 03:16:50 +01:00
attributes.js Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. 2010-12-07 03:17:42 +01:00
core.js Perf. improvement based on fearphage's suggestion (direct vs call vs apply). 2010-12-18 19:17:37 -05:00
css.js Need to also handle the case where 'auto' is being returned, as in Firefox. Follow-up to #7395. 2010-11-09 23:33:18 -05:00
data.js Only try to get data attributes for a jQuery-wrapped object if it is actually an Element node. Fixes #7524. 2010-12-03 01:19:39 -06:00
dimensions.js Make sure that when multiple variables are being declared that assignments are each done on their own line. 2010-11-09 11:09:07 -05:00
effects.js Precising the unit part of rfxnum regex 2010-12-09 10:23:45 +01:00
event.js Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783) 2010-12-14 21:53:04 -05:00
intro.js Re-work the document scoping. 2010-09-22 08:08:45 -04:00
manipulation.js More specific version numbers. 2010-12-12 20:01:47 -06:00
offset.js Make sure that when multiple variables are being declared that assignments are each done on their own line. 2010-11-09 11:09:07 -05:00
outro.js Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least). 2010-03-23 12:12:16 -04:00
queue.js Make sure that when multiple variables are being declared that assignments are each done on their own line. 2010-11-09 11:09:07 -05:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Added list of browsers that currently support Function#bind. 2010-12-16 16:04:23 -05:00
traversing.js Make sure that when multiple variables are being declared that assignments are each done on their own line. 2010-11-09 11:09:07 -05:00
xhr.js Removed bind/unbind from xhr emulation: success/error/complete are deferred not events so these methods didn't really make sense in the first place. 2010-12-11 02:04:13 +01:00