I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test for bug #190 More... over 18 years ago
Fixed bug #168 More... over 18 years ago
Fixed typo, thanks Patrick More... over 18 years ago
Fixed bug #178 More... over 18 years ago
Added fix for bug #175; Added docs for extend(Object), for any plugin developer API docs to come More... over 18 years ago
Resolved bug #191 as won't fix, removed the failing test and changed docs accordingly. More... over 18 years ago
Fixed bug #194, added regression tests More... over 18 years ago
Refactored test suite: tests subdir not needed anymore More... over 18 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 18 years ago
Added proposed fix for bug #185 More... over 18 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 18 years ago
Fixed typo. More... over 18 years ago
Added quick fix for event triggering, while passing in data. More... over 18 years ago
Added test to verify bug #160, had to modify fixture (index.html) More... almost 19 years ago
Added test to verify bug #185 More... almost 19 years ago
Added test for $.find to verify bug #178 More... almost 19 years ago
Added test for both siblings() and siblings(String) to verify bug #168 More... almost 19 years ago
Added test for attr('checked', {true|false}) (bug #167) More... almost 19 years ago
Fixed documentation for bind(String, Function) - added a small fix for the first example More... almost 19 years ago
Fixed documentation for bind(String, Function) More... almost 19 years ago
Fixed issue with getAttribute not existing in IE. More... almost 19 years ago
Minor documentation fixes. More... almost 19 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... almost 19 years ago
Touched up the docs and formatting. More... almost 19 years ago
Added a couple new AJAX methods and finished documenting everything. More... almost 19 years ago
initial version of the new cross-browser compatible dimensions plugin, which replaces height() and width() and adds other convenient stuff. More... almost 19 years ago
Modified test for wrap(String), added test for toggle(fn, fn) More... almost 19 years ago
Fixed bug with $.map() not showing in the docs. More... almost 19 years ago
Fixed missing brackets (d'oh) More... almost 19 years ago
Refactored the testsuite code with the hope in mind to make the test suite run faster More... almost 19 years ago