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
No longer expose window.Sizzle if a library already exists. Also expose Expr as Sizzle.selectors. More... about 16 years ago
Landing an improvement to .class performance. More... about 16 years ago
Improved the performance of "div > p", "div, p", and "div p" selectors. More... about 16 years ago
Reorganized the directional search code (resulting in less function calls). More... about 16 years ago
Added the MIT license and copyright notice to the sizzle.js file. More... about 16 years ago
Added the MIT license to the code. More... about 16 years ago
Updated the performance testing frameworks. More... about 16 years ago
Updated the readme to be more current. More... about 16 years ago
Tweaked the caching code (saves an array copy, instead of the original). More... about 16 years ago
Sizzle now passes all tests in IE 6, Firefox 3, and Safari 3.1. (One test fails in Firefox 3.1, one test fails in Opera 9.51) More... about 16 years ago
Typo in .length commit fix. More... about 16 years ago
Fixed the .length bug in Internet Explorer (elements with a id of length overwrite the .length property of NodeSets). More... about 16 years ago
Fixed the case where elem[doesntExist] occurred (would throw a syntax error). More... about 16 years ago
Fxied a bug with attribute selectors. Selectors like "div[class^=exa][class$=mple]" now work properly. More... about 16 years ago
Use more strict equality checks - fixed an issue with .toUpperCase in :button. More... about 16 years ago
Added in a bunch of selectors that are commonly used by jQuery and MochiKit (left out :hidden and :visible - should be handled by the library). Fixed the return result of Sizzle when qSA is used (was a NodeList, should be an array). Implemented proper |= support. More... about 16 years ago
querySelectorAll wasn't being used in the case of Sizzle("div") since , document wasn't passed in. More... about 16 years ago
Tweaked the code to make sure that a new array is returned for cached selectors. More... about 16 years ago
Fixed a couple minor bugs in the selector code. More... about 16 years ago
Merge branch 'master' of [email protected]:jeresig/sizzle More... over 16 years ago
Adding a explanatory README file. More... over 16 years ago
Trailing comma. More... over 16 years ago
Landing the initial version of Sizzle. More... over 16 years ago