openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Atom - The hackable editor
Settings
|
Report Duplicate
25
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
about 1 year
ago.
Nov 15, 2022 — Nov 15, 2023
Showing page 2,839 of 2,839
Search / Filter on:
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.
John Resig
More...
about 16 years ago
Landing an improvement to .class performance.
John Resig
More...
about 16 years ago
Improved the performance of "div > p", "div, p", and "div p" selectors.
John Resig
More...
about 16 years ago
Reorganized the directional search code (resulting in less function calls).
John Resig
More...
about 16 years ago
Added the MIT license and copyright notice to the sizzle.js file.
John Resig
More...
about 16 years ago
Added the MIT license to the code.
John Resig
More...
about 16 years ago
Updated the performance testing frameworks.
John Resig
More...
about 16 years ago
Updated the readme to be more current.
John Resig
More...
about 16 years ago
Tweaked the caching code (saves an array copy, instead of the original).
John Resig
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)
John Resig
More...
about 16 years ago
Typo in .length commit fix.
John Resig
More...
about 16 years ago
Fixed the .length bug in Internet Explorer (elements with a id of length overwrite the .length property of NodeSets).
John Resig
More...
about 16 years ago
Fixed the case where elem[doesntExist] occurred (would throw a syntax error).
John Resig
More...
about 16 years ago
Fxied a bug with attribute selectors. Selectors like "div[class^=exa][class$=mple]" now work properly.
John Resig
More...
about 16 years ago
Use more strict equality checks - fixed an issue with .toUpperCase in :button.
John Resig
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.
John Resig
More...
about 16 years ago
querySelectorAll wasn't being used in the case of Sizzle("div") since , document wasn't passed in.
John Resig
More...
about 16 years ago
Tweaked the code to make sure that a new array is returned for cached selectors.
John Resig
More...
about 16 years ago
Fixed a couple minor bugs in the selector code.
John Resig
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:jeresig/sizzle
John Resig
More...
over 16 years ago
Adding a explanatory README file.
John Resig
More...
over 16 years ago
Trailing comma.
John Resig
More...
over 16 years ago
Landing the initial version of Sizzle.
John Resig
More...
over 16 years ago
←
1
2
…
2831
2832
2833
2834
2835
2836
2837
2838
2839
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree