25
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year 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
filter.CHILD rewrite More... almost 16 years ago
filter.CHILD rewrite More... almost 16 years ago
Added an extra check in prefilter.CLASS to speed up IE More... almost 16 years ago
Added an extra check in prefilter.CLASS to speed up IE More... almost 16 years ago
Made the getAttribute check more explicit - comment nodes don't have getAttribute in XUL documents. Fixes jQuery bug #3870. More... almost 16 years ago
Made the getAttribute check more explicit - comment nodes don't have getAttribute in XUL documents. Fixes jQuery bug #3870. More... almost 16 years ago
Bumping Sizzle version to 0.9.3. More... almost 16 years ago
Bumping Sizzle version to 0.9.3. More... almost 16 years ago
Tweaked one of the selector tests. More... almost 16 years ago
Tweaked one of the selector tests. More... almost 16 years ago
Added some additional checks to make sure that the correct methods are being used in IE on XML documents. More... almost 16 years ago
Added some additional checks to make sure that the correct methods are being used in IE on XML documents. More... almost 16 years ago
Bumping the version of Sizzle up to 0.9.2. More... almost 16 years ago
Bumping the version of Sizzle up to 0.9.2. More... almost 16 years ago
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine. More... almost 16 years ago
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine. More... almost 16 years ago
Make sure that [name=foo] and #id selectors don't use the native methods on XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945. More... almost 16 years ago
Make sure that [name=foo] and #id selectors don't use the native methods on XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945. More... almost 16 years ago
Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840. More... almost 16 years ago
Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840. More... almost 16 years ago
After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884. More... almost 16 years ago
After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884. More... almost 16 years ago
CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924. More... almost 16 years ago
CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924. More... almost 16 years ago
Fixed a missing semicolon. Fixes jQuery bug #3927. More... almost 16 years ago
Fixed a missing semicolon. Fixes jQuery bug #3927. More... almost 16 years ago
Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js mailing list. More... almost 16 years ago
Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js mailing list. More... almost 16 years ago
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928. More... almost 16 years ago
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928. More... almost 16 years ago