I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 2 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed $.fn.changer by Marc's request and changed back the responseText in $.xml More... over 20 years ago
Bugs fixxed: - I've renamed $.eval to $.execute (since $.$$exec is allready there?) - Commited sam's form function - Removed $.fn.formValues() - Removed $.fn.update() - Removed $.fn.serialize() More... over 20 years ago
name == id bug, second attempt More... over 20 years ago
Removed unnecessary instances of === or !==. More... over 20 years ago
$.eval bug ==> added ==> || "" More... over 20 years ago
little bug in $.fx.fadeTo More... over 20 years ago
Some errors in the formvalues() function More... over 20 years ago
[no comment] More... over 20 years ago
see mailinglist More... over 20 years ago
$.fn.formValues; Gets form values and creates a key=>value array of the found values. More... over 20 years ago
----- fx.js ----- added: $.fn.fadeTo Also changed ' fx.Opacity ' function so $.fn.fadeTo works. For this i changed one line, and one parameter in $.fx.Opactity: "o.io = o.now = 1;" became: "o.io = o.now = (sv || o.cur());" More... over 20 years ago
Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls More... over 20 years ago
Made sure that $.event.handle() always has some form of an event object. More... over 20 years ago
Fixed bug with $.attr(), it was attempting to set attribute even if you're attempting to access a value. This was due to the !== null fix. More... over 20 years ago
Fixed some bugs in the serialization code, it seems to work now. More... over 20 years ago
Fixxed the form serialize function as seen on the mailing list. More... over 20 years ago
Added some final global variable tweaks - no more namespace leaking! More... over 20 years ago
Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables! More... over 20 years ago
Fixed two quick bugs from the JSLint overhaul. More... over 20 years ago
jQuery is now JSLint (jslint.com) compatible, save for the eval stuff. Can't there b e legitamite uses for eval? More... over 20 years ago
forgot to remove the old serialize function More... over 20 years ago
Added my bugfixes and removed the triggerAjax and handleAjax functions since they are no longer needed afaik :) More... over 20 years ago
Safari has problems with throw? Commented out for now... More... over 20 years ago
Quick test. More... over 20 years ago
Aieeeeee!! removeClass bug fixed. I'm so dumb. More... over 20 years ago
Updated licensing info. More... over 20 years ago
Extra spaces weren't being removed with removeClass - but I haven't found a good workaround yet. More... over 20 years ago
Made it so that the height/width auto is only called when 'show' is executed. More... over 20 years ago
Started work on new attr plugin - will provide a ton of accessors for common styles and attributes. More... over 20 years ago
$().css("foo") now returns the value of $.css("foo") instead of setting to null. More... over 20 years ago