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
about 1 year
ago. based on code collected
about 1 year
ago.
Nov 15, 2022 — Nov 15, 2023
Showing page 2,837 of 2,839
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Resolved the conflict.
John Resig
More...
about 16 years ago
Resolved the conflict.
John Resig
More...
about 16 years ago
Fixed it so that selectors only match the correct fragments, not portions inside other selectors (e.g. :not(#id) and [name=:some.value]).
John Resig
More...
about 16 years ago
Add failing test for attribute selector with a "." (e.g. a[href='http://www.google.com/']).
Cheah Chu Yeow
More...
about 16 years ago
Add failing test for attribute selector with a "." (e.g. a[href='http://www.google.com/']).
Cheah Chu Yeow
More...
about 16 years ago
Don't consider selector expressions with a comma (",") in them as "simple". This fixes a bug where Sizzle is incorrectly passed a "not()" non-simple selector such as "not:(#mark, code)".
Cheah Chu Yeow
More...
about 16 years ago
Don't consider selector expressions with a comma (",") in them as "simple". This fixes a bug where Sizzle is incorrectly passed a "not()" non-simple selector such as "not:(#mark, code)".
Cheah Chu Yeow
More...
about 16 years ago
Run core.js unit tests too, and add a failing test for not('ID, tag selector').
Cheah Chu Yeow
More...
about 16 years ago
Run core.js unit tests too, and add a failing test for not('ID, tag selector').
Cheah Chu Yeow
More...
about 16 years ago
Fix test broken by addition of form#name-tests in a previous commit.
Cheah Chu Yeow
More...
about 16 years ago
Fix test broken by addition of form#name-tests in a previous commit.
Cheah Chu Yeow
More...
about 16 years ago
Fix selector for grouped name attributes (e.g. "input[name='types[]']") not being recognized as a valid selector expression.
Cheah Chu Yeow
More...
about 16 years ago
Fix selector for grouped name attributes (e.g. "input[name='types[]']") not being recognized as a valid selector expression.
Cheah Chu Yeow
More...
about 16 years ago
Add missing semi-colons.
Cheah Chu Yeow
More...
about 16 years ago
Add missing semi-colons.
Cheah Chu Yeow
More...
about 16 years ago
Call getElementsByName conditionally in NAME selector function so that we don't incorrectly call it on a context that doesn't support the getElementsByName method (at this time, only the DOM Document object supports getElementsByName).
Cheah Chu Yeow
More...
about 16 years ago
Call getElementsByName conditionally in NAME selector function so that we don't incorrectly call it on a context that doesn't support the getElementsByName method (at this time, only the DOM Document object supports getElementsByName).
Cheah Chu Yeow
More...
about 16 years ago
Allow name selectors with quotes (e.g. "input[name='foo']" vs "input[name=foo]") to use the NAME selector strategy (rather than falling back to the TAG strategy) and add a test suite for name selectors.
Cheah Chu Yeow
More...
about 16 years ago
Allow name selectors with quotes (e.g. "input[name='foo']" vs "input[name=foo]") to use the NAME selector strategy (rather than falling back to the TAG strategy) and add a test suite for name selectors.
Cheah Chu Yeow
More...
about 16 years ago
Add a note about how to run tests for jQuery with Sizzle.
Cheah Chu Yeow
More...
about 16 years ago
Add a note about how to run tests for jQuery with Sizzle.
Cheah Chu Yeow
More...
about 16 years ago
Updated the README to have a more-comprehensive feature list.
John Resig
More...
about 16 years ago
Removing the caching code for Firefox and Opera - caused a severe negative performance impact for those browsers.
John Resig
More...
about 16 years ago
Positional selectors were being placed into the checkSet rather than the normal set - and a filter was also queueing up more results than need be.
John Resig
More...
about 16 years ago
Removed the function declaration in favor of assigning to a variable (since it's in an if block). Thanks kangax for the suggestion.
John Resig
More...
about 16 years ago
Sizzle was being exposed, accidentally, when qSA was around.
John Resig
More...
about 16 years ago
IE8 freaks out when you access out-of-bounds properties on the NodeSet, provided a workaround.
John Resig
More...
about 16 years ago
Removed an unnecessary line which was causing problems with class filters.
John Resig
More...
about 16 years ago
Fixed an issue with how the IE comment handling was working.
John Resig
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:jeresig/sizzle
John Resig
More...
about 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