I Use This!
Moderate Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 6 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make task pack_tabs independent of jquery by creating dist directory itself More... over 17 years ago
Fix to prevent potential memory leak, dunno if that actually helps More... over 17 years ago
Modified onexxx handlers to unbind themselve when executed; Reintroduced event fixes (and added some more comments) More... over 17 years ago
Updates to the parsing engine More... over 17 years ago
Added comments to various plugins and added make and ant options to make docs with plugins More... over 17 years ago
Moved dimensions to the plugins area. More... over 17 years ago
Rolled back Joern's changes. They've been moved to another branch, and will be merged for 1.1. More... over 17 years ago
Moved jquery and plugins to a single trunk. More... over 17 years ago
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( http://joern.jquery.com/accordion/accordion.html ) More... over 17 years ago
Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image... More... over 17 years ago
Fix for jQuery.clean that caused Safari to crash with newline characters More... over 17 years ago
Added task to build packed tabs plugin More... over 17 years ago
More clean up on jQuery.clean More... over 17 years ago
readonly: "readOnly" added to 'fix' in jQuery.attr plus tests Cleaned up jQuery.clean method (Thanks Dave Methvin) More... over 17 years ago
Added fix for radio inputs becoming unchecked during an animation. More... over 17 years ago
Fix and tests for appending HTML options to select elements. Fixed previous tests for 193 and 170. More... over 17 years ago
Added tests for 193 and 170. Removed unused line of code from fx. More... over 17 years ago
Fix for #193 again More... over 17 years ago
Guess that was important, after all. Helps IE to map the object correctly. More... over 17 years ago
Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ). More... over 17 years ago
Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config. More... over 17 years ago
Added test for #174; Modified failing (IE) tests for find More... over 17 years ago
Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash) More... over 17 years ago
Fixed #216, added several tests for ajax module and fixed more stuff revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble More... over 17 years ago
Fix for #270 More... over 17 years ago
Added code to short-circuit a .each() loop. More... over 17 years ago
Fixed some issues with IE and XML structures. More... over 17 years ago
Added 2 of 3 fixes of #164 More... over 17 years ago
[no comment] More... over 17 years ago
Fix for 193 More... over 17 years ago