openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
jQuery
Settings
|
Report Duplicate
3,057
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 221 of 222
Search / Filter on:
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.
John Resig
More...
over 18 years ago
Fixed appending rows to a table.
John Resig
More...
over 18 years ago
Added UNIX build script.
John Resig
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.
John Resig
More...
over 18 years ago
Fixed another bug with retreiving elements by ID.
John Resig
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.
John Resig
More...
over 18 years ago
Found the bug that was killing slideUp/slideDown.
John Resig
More...
over 18 years ago
Removing test file from previous commit
Michael Geary
More...
over 18 years ago
Test commit to see if it works from geary.jquery.com
Michael Geary
More...
over 18 years ago
changed $.execute back to eval()
Gilles van den Hoven
More...
over 18 years ago
BAT file to build the jquery SVN into 1 file, for easy debugging.
Gilles van den Hoven
More...
over 18 years ago
removed $.fn.changer by Marc's request and changed back the responseText in $.xml
Gilles van den Hoven
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()
Gilles van den Hoven
More...
over 18 years ago
name == id bug, second attempt
Gilles van den Hoven
More...
over 18 years ago
Removed unnecessary instances of === or !==.
John Resig
More...
over 18 years ago
$.eval bug ==> added ==> || ""
Gilles van den Hoven
More...
over 18 years ago
little bug in $.fx.fadeTo
Gilles van den Hoven
More...
over 18 years ago
Some errors in the formvalues() function
Gilles van den Hoven
More...
over 18 years ago
[no comment]
Gilles van den Hoven
More...
over 18 years ago
see mailinglist
Gilles van den Hoven
More...
over 18 years ago
$.fn.formValues; Gets form values and creates a key=>value array of the found values.
Gilles van den Hoven
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());"
Gilles van den Hoven
More...
over 18 years ago
Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls
Gilles van den Hoven
More...
over 18 years ago
Made sure that $.event.handle() always has some form of an event object.
John Resig
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.
John Resig
More...
over 18 years ago
Fixed some bugs in the serialization code, it seems to work now.
John Resig
More...
over 18 years ago
Fixxed the form serialize function as seen on the mailing list.
Gilles van den Hoven
More...
over 18 years ago
Added some final global variable tweaks - no more namespace leaking!
John Resig
More...
over 18 years ago
Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables!
John Resig
More...
over 18 years ago
Fixed two quick bugs from the JSLint overhaul.
John Resig
More...
over 18 years ago
←
1
2
…
214
215
216
217
218
219
220
221
222
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree