I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added document.ready shortcut to $(). More... almost 18 years ago
Fixed a bug where nothing was passed in to $(), it would bomb out. More... almost 18 years ago
Fixed a bug with how pushStack was checking for arrays. More... almost 18 years ago
Finally squared away the latest pushStack revisions and $()[] code. jQuery is now an array! and it's non-destructive, if you want it to be! More... almost 18 years ago
Fixed a bug with space-less [@foo*=bar]. More... almost 18 years ago
Bug fix with how global event triggers are handled. More... almost 18 years ago
Added in support for global event triggering. More... almost 18 years ago
Added a bunch of improved support for DOM Element arrays - along with a new $.A( ... ) function. More... almost 18 years ago
Multi-filtering is now in place, you can do: $("div").filter(".this,.or,.that") and find all elements that match any of the three expressions. More... almost 18 years ago
Fixed a problem with incorrect height/width being reported both in quirks mode (in IE) and by the box model. Also added a nice new $.swap() scoping function. More... almost 18 years ago
.remove() is no longer destructive (so that appendTo can be used later). More... almost 18 years ago
Added a fix for the hover mouseover/mouseout problem. More... almost 18 years ago
Fixed the stupid parent() bug. More... almost 18 years ago
Fixed the issue with .text() returning incorrect results. More... almost 18 years ago
Fixed the document.ready addEventListener issue. More... almost 18 years ago
Added a possible fix for document.ready on https: sites, in IE. More... almost 18 years ago
Fixed a bug with $.map() and undefined values. More... almost 18 years ago
Added a fix for IE for binding events onto IFrame content. More... almost 18 years ago
Forgot to check for the non-existance of a complete function. More... almost 18 years ago
Help to squelch unnecessary Mozilla exceptions. More... almost 18 years ago
Added in a couple AJAX fixes for status and content-type. More... almost 18 years ago
Made a bunch of changes to the way that the $() compatability code is handled. More... almost 18 years ago
Fix jQuery.httpData to allow forcing of text data More... almost 18 years ago
Getting ready for 1.0a. More... almost 18 years ago
Bah i need some sleep... More... almost 18 years ago
bah, forgot to test it, this is the fix More... almost 18 years ago
fix for $.fn.serialize bug (see mailinglist) More... almost 18 years ago
see mailnglist More... almost 18 years ago
Forgot to change $.apply() to fn.apply(). More... almost 18 years ago
Made some tweaks to the different AJAX callbacks. More... almost 18 years ago