jquery/src
2010-11-03 15:39:28 -04:00
..
ajax.js Backing out fix for #5803 from 3b50eaca2c. 2010-10-25 17:54:27 -07:00
attributes.js Moved jQuery.props to attributes since it was only used in support. Fixes #6897 - suggestion by dmethvin 2010-10-25 02:31:19 -05:00
core.js Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes #7247. 2010-10-22 00:08:34 -04:00
css.js Opera doesn't give height/width of display: none elements with getComputedStyle but does with currentStyle - fall back to that if it exists. 2010-11-03 15:39:28 -04:00
data.js Only need to declare the data once. 2010-10-21 23:18:47 -04:00
dimensions.js Make sure that .width()/.height() don't return NaN also standardize on returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225. 2010-10-22 02:39:06 -04:00
effects.js Fix quotes in comment. 2010-10-28 15:59:58 -04:00
event.js Temporarily backing out commit bd474799bf. 2010-10-25 20:26:19 -07:00
intro.js Re-work the document scoping. 2010-09-22 08:08:45 -04:00
manipulation.js Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733. 2010-09-28 09:50:44 -07:00
offset.js Make sure that we don't attempt to handle scrolling when the node is disconnected from the document. Fixes #7190. 2010-10-14 14:52:31 -04: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 Removing extra arg. 2010-09-20 10:41:58 -04:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Moved jQuery.props to attributes since it was only used in support. Fixes #6897 - suggestion by dmethvin 2010-10-25 02:31:19 -05:00
traversing.js Forgot to remove the child selector in the previous commit. 2010-10-12 10:56:02 -04:00