jquery/src
2006-09-16 15:50:35 +00:00
..
ajax Added a couple new AJAX methods and finished documenting everything. 2006-09-08 10:18:46 +00:00
dimensions Touched up the docs and formatting. 2006-09-08 10:44:32 +00:00
event Minor documentation fixes. 2006-09-08 19:18:49 +00:00
fx Documented the slideToggle() and animate() functions. 2006-09-01 06:31:44 +00:00
jquery Fixed bug #178 2006-09-16 15:50:35 +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