jquery/src
2009-07-14 23:43:58 +00:00
..
ajax.js Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. 2009-07-14 21:13:23 +00:00
attributes.js Support for .foo(Function) and testing. TODO: More tests 2009-07-12 20:19:43 +00:00
core.js Optimized jQuery(Element) to not call jQuery() twice. 2009-07-11 13:44:44 +00:00
css.js Added test for css(String, Function) and css(Object) where values are Functions; fixed css(Object) 2009-07-12 18:31:26 +00:00
data.js clearQueue and next should now work with default fx on all browsers 2009-07-13 22:21:40 +00:00
dimensions.js width, height, scrollLeft, and scrollTop now work with windows and documents other than just the one it was loaded in (like iframes and popups) 2009-04-22 00:55:44 +00:00
event.js fix for #3533, triggering an event with a colon in the name on a table no longer throws an error in IE 2009-06-17 02:31:45 +00:00
fx.js jquery fx: Exposing the ticking function 2009-06-02 02:14:58 +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 We only support wrapping the first element around an element (all others are ignored). Fixes ticket #4903. 2009-07-14 23:43:58 +00:00
offset.js fixing a few more memory leaks in IE 2009-04-22 20:00:30 +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 reverting sizzle updates from previous commit, appears i had an outdated version 2009-06-23 18:14:57 +00:00
support.js fix for #4397 2009-05-16 14:45:46 +00:00
traversing.js breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00