jquery/src
2006-09-19 09:49:22 +00:00
..
ajax Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164 2006-09-19 09:49:22 +00:00
dimensions Added proposed fix for bug #201 2006-09-17 10:10:25 +00:00
event Weird, I never committed the docs for mouseover. 2006-09-16 22:48:53 +00:00
fx Documented the slideToggle() and animate() functions. 2006-09-01 06:31:44 +00:00
jquery Added test for feature #206 2006-09-18 12:58:17 +00:00
intro.js Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } 2006-09-15 14:51:55 +00:00
outro.js Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } 2006-09-15 14:51:55 +00:00