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
Added Mike Alsup's style/cssText fix and made a quick typeof change. More... over 18 years ago
Fixed appending rows to a table. More... over 18 years ago
Added UNIX build script. More... over 18 years ago
I've completely resolved the known issues with document ready. I use the known DOM ready functions that Mozilla and IE provides. For Opera and Safari I fall back to the original hack, but ignore it, and fall back to window.onload, if there are scripts embedded in the DOM. More... over 18 years ago
Fixed another bug with retreiving elements by ID. More... over 18 years ago
Fixed an issue with #id expression parsing, an issue with formatting, and removed the try{} block from around event firings. More... over 18 years ago
Found the bug that was killing slideUp/slideDown. More... over 18 years ago
Removing test file from previous commit More... over 18 years ago
Test commit to see if it works from geary.jquery.com More... over 18 years ago
changed $.execute back to eval() More... over 18 years ago
BAT file to build the jquery SVN into 1 file, for easy debugging. More... over 18 years ago
removed $.fn.changer by Marc's request and changed back the responseText in $.xml More... over 18 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 18 years ago
name == id bug, second attempt More... over 18 years ago
Removed unnecessary instances of === or !==. More... over 18 years ago
$.eval bug ==> added ==> || "" More... over 18 years ago
little bug in $.fx.fadeTo More... over 18 years ago
Some errors in the formvalues() function More... over 18 years ago
[no comment] More... over 18 years ago
see mailinglist More... over 18 years ago
$.fn.formValues; Gets form values and creates a key=>value array of the found values. More... over 18 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 18 years ago
Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls More... over 18 years ago
Made sure that $.event.handle() always has some form of an event object. More... over 18 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 18 years ago
Fixed some bugs in the serialization code, it seems to work now. More... over 18 years ago
Fixxed the form serialize function as seen on the mailing list. More... over 18 years ago
Added some final global variable tweaks - no more namespace leaking! More... over 18 years ago
Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables! More... over 18 years ago
Fixed two quick bugs from the JSLint overhaul. More... over 18 years ago