jquery/src
2006-09-16 12:19:56 +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 Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup 2006-09-16 12:19:56 +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