25
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected about 1 year ago.
Nov 15, 2022 — Nov 15, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the three licenses to the LICENSE file and added a URL to the project page to the source header. More... almost 16 years ago
Added the three licenses to the LICENSE file and added a URL to the project page to the source header. More... almost 16 years ago
Tri-licensing Sizzle. BSD for possible use by the YUI project, GPL for compliance with jQuery (and thus the Drupal project). More... almost 16 years ago
Tri-licensing Sizzle. BSD for possible use by the YUI project, GPL for compliance with jQuery (and thus the Drupal project). More... almost 16 years ago
Removed old doCache line. More... almost 16 years ago
Removed old doCache line. More... almost 16 years ago
Removed usage of instanceof Array in favor of the object toString technique. More... almost 16 years ago
Removed usage of instanceof Array in favor of the object toString technique. More... almost 16 years ago
Forgot to pass along the array of results when qSA is used. More... almost 16 years ago
Forgot to pass along the array of results when qSA is used. More... almost 16 years ago
Added a bunch of performance improvements. Don't do unnecessary array conversion, improved CLASS filtering, improved :not filtering. More... almost 16 years ago
Added a bunch of performance improvements. Don't do unnecessary array conversion, improved CLASS filtering, improved :not filtering. More... almost 16 years ago
Oops, order of operations. More... almost 16 years ago
Oops, order of operations. More... almost 16 years ago
.contains() doesn't exist on XML elements in IE, make its use optional. More... almost 16 years ago
.contains() doesn't exist on XML elements in IE, make its use optional. More... almost 16 years ago
Forgot to pass along seed and matches when qSA is used. More... almost 16 years ago
Forgot to pass along seed and matches when qSA is used. More... almost 16 years ago
Forgot to pass along the seed argument to Sizzle. More... almost 16 years ago
Forgot to pass along the seed argument to Sizzle. More... almost 16 years ago
Switched jQuery's multiFilter to use Sizzle.matches instead (which is much more efficient). More... almost 16 years ago
Switched jQuery's multiFilter to use Sizzle.matches instead (which is much more efficient). More... almost 16 years ago
Missed adding in support for :animated in jQuery. More... almost 16 years ago
Missed adding in support for :animated in jQuery. More... almost 16 years ago
Fixed :not() functionality, made it work with :not(div #a) and with :not(:first). More... almost 16 years ago
Fixed :not() functionality, made it work with :not(div #a) and with :not(:first). More... almost 16 years ago
Fixed an issue with multiple-depth filters failing with an incorrect parser error. More... almost 16 years ago
Fixed an issue with multiple-depth filters failing with an incorrect parser error. More... almost 16 years ago
Updated jQuery to jQuery 1.3b2pre and disabled the core tests in the test suite. More... almost 16 years ago
Updated jQuery to jQuery 1.3b2pre and disabled the core tests in the test suite. More... almost 16 years ago