I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored test suite: tests subdir not needed anymore More... over 17 years ago
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 More... over 17 years ago
Added proposed fix for bug #185 More... over 17 years ago
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") { ... } More... over 17 years ago
Fixed typo. More... over 17 years ago
Added quick fix for event triggering, while passing in data. More... over 17 years ago
Added test to verify bug #160, had to modify fixture (index.html) More... over 17 years ago
Added test to verify bug #185 More... over 17 years ago
Added test for $.find to verify bug #178 More... over 17 years ago
Added test for both siblings() and siblings(String) to verify bug #168 More... over 17 years ago
Added test for attr('checked', {true|false}) (bug #167) More... over 17 years ago
Fixed documentation for bind(String, Function) - added a small fix for the first example More... over 17 years ago
Fixed documentation for bind(String, Function) More... over 17 years ago
Fixed issue with getAttribute not existing in IE. More... over 17 years ago
Minor documentation fixes. More... over 17 years ago
Added more test for attr, one for filter; Added test to check IE issue $('input').attr('name', 'something'), modified fixture to test this More... over 17 years ago
Touched up the docs and formatting. More... over 17 years ago
Added a couple new AJAX methods and finished documenting everything. More... over 17 years ago
initial version of the new cross-browser compatible dimensions plugin, which replaces height() and width() and adds other convenient stuff. More... over 17 years ago
Modified test for wrap(String), added test for toggle(fn, fn) More... over 17 years ago
Fixed bug with $.map() not showing in the docs. More... over 17 years ago
Fixed missing brackets (d'oh) More... over 17 years ago
Refactored the testsuite code with the hope in mind to make the test suite run faster More... over 17 years ago
Modified example for css(String) as proposed in the list (concerning camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster More... over 17 years ago
Testcase now logs exceptions if a console is avaiable, makes it easier to find bugs; Added test for all base events More... over 17 years ago
Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization of the order of the function names. More... over 17 years ago
quick fix for JSMin build More... over 17 years ago
Improved test suite to reset fixture after each test, added selects to test ':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 More... over 17 years ago
Typos More... over 17 years ago
new build using JSMin More... over 17 years ago