I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added .htaccess file for docs directory. More... over 17 years ago
Weird, I never committed the docs for mouseover. More... over 17 years ago
Added test for bug #190 More... over 17 years ago
Fixed bug #168 More... over 17 years ago
Fixed typo, thanks Patrick More... over 17 years ago
Fixed bug #178 More... over 17 years ago
Added fix for bug #175; Added docs for extend(Object), for any plugin developer API docs to come More... over 17 years ago
Resolved bug #191 as won't fix, removed the failing test and changed docs accordingly. More... over 17 years ago
Fixed bug #194, added regression tests More... over 17 years ago
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... almost 18 years ago