Commit graph

15 commits

Author SHA1 Message Date
Yehuda Katz 3980dc9295 Added comments to various plugins and added make and ant options to make docs with plugins 2006-10-26 23:11:34 +00:00
John Resig 766c3765bd Now have accurate version information built into jquery.js - will build it into the docs and test suite next. 2006-10-10 00:23:18 +00:00
John Resig 9203775234 Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.).
Fixed bug in Makefile.
Fixed bug in expression parsing.
Removed need for Q in expression parsing.
2006-10-03 07:47:45 +00:00
John Resig 2d56dbc13d Added .htaccess file for docs directory. 2006-09-16 23:22:29 +00:00
Jörn Zaefferer 87284a8ee7 Fixed typo, thanks Patrick 2006-09-16 16:15:46 +00:00
Jörn Zaefferer 6ebf2f979c Refactored test suite: tests subdir not needed anymore 2006-09-16 12:23:28 +00:00
Jörn Zaefferer f6ecc6a95c 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
Jörn Zaefferer 770a92a594 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
John Resig 269ff25860 Changed the -n flag of cp to -f, not equivalent, but it gets the job done. 2006-08-14 03:54:44 +00:00
John Resig 7448c61ee2 Massive overhauls to the test suite - it is now generated dynamically, along with the documentation. 2006-08-14 01:46:05 +00:00
John Resig e943090a72 Moved the test directory. 2006-08-13 20:01:26 +00:00
John Resig 9bdfc671fc More fixes to the build system. 2006-08-13 19:08:39 +00:00
John Resig fc5ab8d655 Made a bunch of changes to the build system. 2006-08-13 18:58:58 +00:00
John Resig 51dd3736eb Moved docs stuff to build, to be created when the docs are actually built. 2006-08-13 18:38:51 +00:00
John Resig f01c002f26 Added the new Makefile. 2006-08-13 15:26:26 +00:00