I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More bug fixes and added documentation - passes the test suite now. More... almost 18 years ago
Another massive commit - lots of changes, additions, removals - and more documentation. More... almost 18 years ago
First batch of doc/commenting additions. More... almost 18 years ago
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