I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files More... over 18 years ago
Modified test for bug #164 More... over 18 years ago
Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet More... over 18 years ago
Added linebreak for better readability when adding more files More... over 18 years ago
Fixed bug #180 as suggested, changing xxx.constructor == Function to typeof xxx = "function" More... over 18 years ago
Added some more tests for weird form selection expressions More... over 18 years ago
Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see http://jquery.com/discuss/2006-September/012088/ More... over 18 years ago
Added tests for children() More... over 18 years ago
Clear timeout (prevents freezing of test suite when async tests fail) when start is called More... over 18 years ago
Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164 More... over 18 years ago
Added test for feature #206 More... over 18 years ago
Added some tests for name(), id() and title() More... over 18 years ago
Added expressions for feature #69 (form element selectors), needs some documentation in the wiki when the next official release is out More... over 18 years ago
Refactored test suite once more, as proposed by John More... over 18 years ago
Added proposed fix for bug #201 More... over 18 years ago
Added .htaccess file for docs directory. More... over 18 years ago
Weird, I never committed the docs for mouseover. More... over 18 years ago
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