I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Added two quick semicolon fixes. More... over 17 years ago
Fixed bug with jQuery: height computation for hidden elements More... over 17 years ago
Added style sheet for the category documentation. More... over 17 years ago
About half done documenting the AJAX module. More... over 17 years ago
Documented the slideToggle() and animate() functions. More... over 17 years ago
Documented some more functions. More... over 17 years ago
Lots of documentation overhaul - much more documented, cat output works better now. More... over 17 years ago
Fixed two bugs with jQuery: One with height computation, one with .find(expr,fn) not working properly. Also, fixed a bunch of styling with the docs. Finally, added documentation for the $() function. More... over 17 years ago
Fix check for browser.mozilla so that Safari is not flagged as mozilla. More... over 17 years ago
Fixed a handful of places where $() was used explicitly, rather than jQuery(). More... over 17 years ago
Broke >, ~, +, etc - fixed. More... over 17 years ago
Oops, syntax error. More... over 17 years ago
Added native support for JSON data. More... over 17 years ago
Added support for the native AJAX object in IE 7. More... over 17 years ago
Added fix for stray <script> element that was left for IE for the DOMReady check. More... over 17 years ago
Added fix for broken $("../..",foo). More... over 17 years ago
Fixed issue with .attr( "disabled", false ) not working properly. More... over 17 years ago
Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which it was, in fact a Mozilla issue (or, at least, it seems). More... over 17 years ago
Fixed issue with comment text being included in .text() results. More... over 17 years ago
Fixed issue with .val() not working properly. More... over 17 years ago
Apparently I accidentally removed :nth-chlid()... uhh - oops? More... over 17 years ago
Fixed issue with .remove() not working correctly. More... over 17 years ago
Fixed issue with .children(). More... over 17 years ago
Fixed the issue with jQuery not packing correctly for Safari. More... over 17 years ago
Added .not() test case. More... over 17 years ago
Added a bunch of documentation fixes. More... over 17 years ago