Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for feature #206 | Jörn Zaefferer | 2006-09-18 | 1 | -0/+6 |
| | |||||
* | Added some tests for name(), id() and title() | Jörn Zaefferer | 2006-09-17 | 1 | -0/+11 |
| | |||||
* | Added expressions for feature #69 (form element selectors), needs some ↵ | Jörn Zaefferer | 2006-09-17 | 1 | -2/+19 |
| | | | | documentation in the wiki when the next official release is out | ||||
* | Refactored test suite once more, as proposed by John | Jörn Zaefferer | 2006-09-17 | 5 | -134/+140 |
| | |||||
* | Added proposed fix for bug #201 | Jörn Zaefferer | 2006-09-17 | 1 | -2/+2 |
| | |||||
* | Added .htaccess file for docs directory. | John Resig | 2006-09-16 | 3 | -0/+5 |
| | |||||
* | Weird, I never committed the docs for mouseover. | John Resig | 2006-09-16 | 1 | -0/+68 |
| | |||||
* | Added test for bug #190 | Jörn Zaefferer | 2006-09-16 | 2 | -1/+5 |
| | |||||
* | Fixed bug #168 | Jörn Zaefferer | 2006-09-16 | 1 | -1/+1 |
| | |||||
* | Fixed typo, thanks Patrick | Jörn Zaefferer | 2006-09-16 | 1 | -2/+2 |
| | |||||
* | Fixed bug #178 | Jörn Zaefferer | 2006-09-16 | 1 | -9/+11 |
| | |||||
* | Added fix for bug #175; Added docs for extend(Object), for any plugin ↵ | Jörn Zaefferer | 2006-09-16 | 1 | -2/+15 |
| | | | | developer API docs to come | ||||
* | Resolved bug #191 as won't fix, removed the failing test and changed docs ↵ | Jörn Zaefferer | 2006-09-16 | 1 | -10/+16 |
| | | | | accordingly. | ||||
* | Fixed bug #194, added regression tests | Jörn Zaefferer | 2006-09-16 | 2 | -4/+9 |
| | |||||
* | Refactored test suite: tests subdir not needed anymore | Jörn Zaefferer | 2006-09-16 | 2 | -2/+0 |
| | |||||
* | Refactored test suite: All tests are now compiled into one file, runs much ↵ | Jörn Zaefferer | 2006-09-16 | 6 | -141/+113 |
| | | | | 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 | ||||
* | Added proposed fix for bug #185 | Jörn Zaefferer | 2006-09-15 | 1 | -10/+17 |
| | |||||
* | Fixed bug #147, required some (ugly) modifications: changed function ↵ | Jörn Zaefferer | 2006-09-15 | 5 | -5/+12 |
| | | | | 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") { ... } | ||||
* | Fixed typo. | John Resig | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | Added quick fix for event triggering, while passing in data. | John Resig | 2006-09-14 | 1 | -1/+4 |
| | |||||
* | Added test to verify bug #160, had to modify fixture (index.html) | Jörn Zaefferer | 2006-09-09 | 2 | -3/+5 |
| | |||||
* | Added test to verify bug #185 | Jörn Zaefferer | 2006-09-09 | 1 | -0/+2 |
| | |||||
* | Added test for $.find to verify bug #178 | Jörn Zaefferer | 2006-09-09 | 1 | -0/+3 |
| | |||||
* | Added test for both siblings() and siblings(String) to verify bug #168 | Jörn Zaefferer | 2006-09-09 | 1 | -0/+5 |
| | |||||
* | Added test for attr('checked', {true|false}) (bug #167) | Jörn Zaefferer | 2006-09-09 | 1 | -0/+4 |
| | |||||
* | Fixed documentation for bind(String, Function) - added a small fix for the ↵ | Jörn Zaefferer | 2006-09-09 | 1 | -1/+1 |
| | | | | first example | ||||
* | Fixed documentation for bind(String, Function) | Jörn Zaefferer | 2006-09-09 | 1 | -12/+19 |
| | |||||
* | Fixed issue with getAttribute not existing in IE. | John Resig | 2006-09-08 | 1 | -1/+1 |
| | |||||
* | Minor documentation fixes. | John Resig | 2006-09-08 | 1 | -2/+3 |
| | |||||
* | Added more test for attr, one for filter; Added test to check IE issue ↵ | Jörn Zaefferer | 2006-09-08 | 2 | -2/+15 |
| | | | | $('input').attr('name', 'something'), modified fixture to test this | ||||
* | Touched up the docs and formatting. | John Resig | 2006-09-08 | 1 | -72/+81 |
| | |||||
* | Added a couple new AJAX methods and finished documenting everything. | John Resig | 2006-09-08 | 1 | -76/+242 |
| | |||||
* | initial version of the new cross-browser compatible dimensions plugin, which ↵ | Paul Bakaus | 2006-09-08 | 1 | -0/+165 |
| | | | | replaces height() and width() and adds other convenient stuff. | ||||
* | Modified test for wrap(String), added test for toggle(fn, fn) | Jörn Zaefferer | 2006-09-07 | 2 | -2/+14 |
| | |||||
* | Fixed bug with $.map() not showing in the docs. | John Resig | 2006-09-05 | 1 | -1/+2 |
| | |||||
* | Fixed missing brackets (d'oh) | Jörn Zaefferer | 2006-09-05 | 1 | -1/+2 |
| | |||||
* | Refactored the testsuite code with the hope in mind to make the test suite ↵ | Jörn Zaefferer | 2006-09-05 | 1 | -112/+96 |
| | | | | run faster | ||||
* | Modified example for css(String) as proposed in the list (concerning ↵ | Jörn Zaefferer | 2006-09-05 | 2 | -12/+22 |
| | | | | camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster | ||||
* | Testcase now logs exceptions if a console is avaiable, makes it easier to ↵ | Jörn Zaefferer | 2006-09-05 | 2 | -0/+44 |
| | | | | find bugs; Added test for all base events | ||||
* | Made a bunch of fixes to the docs, per Sam's request. Also, did some ↵ | John Resig | 2006-09-05 | 3 | -40/+92 |
| | | | | re-organization of the order of the function names. | ||||
* | quick fix for JSMin build | Franck Marcia | 2006-09-04 | 1 | -3/+3 |
| | |||||
* | Improved test suite to reset fixture after each test, added selects to test ↵ | Jörn Zaefferer | 2006-09-04 | 4 | -68/+305 |
| | | | | ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros | ||||
* | Typos | Franck Marcia | 2006-09-02 | 1 | -317/+317 |
| | |||||
* | new build using JSMin | Franck Marcia | 2006-09-02 | 3 | -1/+333 |
| | |||||
* | Added two quick semicolon fixes. | John Resig | 2006-09-02 | 1 | -2/+2 |
| | |||||
* | Fixed bug with jQuery: height computation for hidden elements | Klaus Hartl | 2006-09-01 | 1 | -1/+8 |
| | |||||
* | Added style sheet for the category documentation. | John Resig | 2006-09-01 | 2 | -0/+55 |
| | |||||
* | About half done documenting the AJAX module. | John Resig | 2006-09-01 | 1 | -2/+133 |
| | |||||
* | Documented the slideToggle() and animate() functions. | John Resig | 2006-09-01 | 1 | -1/+54 |
| | |||||
* | Documented some more functions. | John Resig | 2006-09-01 | 1 | -3/+89 |
| |