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