I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some errors in the formvalues() function More... about 19 years ago
[no comment] More... about 19 years ago
see mailinglist More... about 19 years ago
$.fn.formValues; Gets form values and creates a key=>value array of the found values. More... about 19 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... about 19 years ago
Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls More... about 19 years ago
Made sure that $.event.handle() always has some form of an event object. More... about 19 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... about 19 years ago
Fixed some bugs in the serialization code, it seems to work now. More... about 19 years ago
Fixxed the form serialize function as seen on the mailing list. More... about 19 years ago
Added some final global variable tweaks - no more namespace leaking! More... about 19 years ago
Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables! More... about 19 years ago
Fixed two quick bugs from the JSLint overhaul. More... about 19 years ago
jQuery is now JSLint (jslint.com) compatible, save for the eval stuff. Can't there b e legitamite uses for eval? More... about 19 years ago
forgot to remove the old serialize function More... about 19 years ago
Added my bugfixes and removed the triggerAjax and handleAjax functions since they are no longer needed afaik :) More... about 19 years ago
Safari has problems with throw? Commented out for now... More... about 19 years ago
Quick test. More... about 19 years ago
Aieeeeee!! removeClass bug fixed. I'm so dumb. More... about 19 years ago
Updated licensing info. More... about 19 years ago
Extra spaces weren't being removed with removeClass - but I haven't found a good workaround yet. More... about 19 years ago
Made it so that the height/width auto is only called when 'show' is executed. More... about 19 years ago
Started work on new attr plugin - will provide a ton of accessors for common styles and attributes. More... about 19 years ago
$().css("foo") now returns the value of $.css("foo") instead of setting to null. More... about 19 years ago
Added fix to stop height/width of auto from occurring when only opacity was being modified. More... about 19 years ago
Added in handling for DOMContentLoaded for Mozilla and window.onload, just in case. More... about 19 years ago
Updated core code to mirror what's in the web version of latest. More... about 19 years ago
Added Ian Eure's (atomized.org) Drag and Drop code to the repository, for further testing. More... about 19 years ago
Added Ian Eure's (atomized.org) Drag and Drop code to the repository, for further testing. More... about 19 years ago
Added checks to triggerEvent for optional data and element verification. Uses $.apply() now, too. More... about 19 years ago