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,838 of 2,839
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a fix for handling comment nodes from gEBTN("*") in IE.
John Resig
More...
about 16 years ago
Merge branch 'master' of
[email protected]
:jeresig/sizzle
John Resig
More...
about 16 years ago
Tweaked the speed test suite to run more times.
John Resig
More...
about 16 years ago
Tweaked the selector tests (there was disagreement between browsers as to if :enabled should make [type=hidden] elements, or not - not a huge issue, imo).
John Resig
More...
about 16 years ago
Tweaked the copyright header.
John Resig
More...
about 16 years ago
Provided a fallback for attributes that aren't immediately available in the DOM.
John Resig
More...
about 16 years ago
Changed to using 'root' instead of 'head' (which is a more appropriate name).
John Resig
More...
about 16 years ago
Positional selectors weren't handling multi-selectors properly "div:first, div:last".
John Resig
More...
about 16 years ago
Completely re-worked how positional selectors are handled (e.g. :first, :last, etc.). They were handled within the context of an individual query before rather than from a top-down manner which users expect.
John Resig
More...
about 16 years ago
Modifed the test file to pull in the jQuery/Sizzle hybrid file.
John Resig
More...
about 16 years ago
Fixed an issue where makeArray wasn't appending items to an existing array in makeArray - only if a proper array was passed in.
John Resig
More...
about 16 years ago
Fixed ~= to work on space-separated values, not just doing a match.
John Resig
More...
about 16 years ago
The head element doesn't exist in documents that don't explictly define one in WebKit - use documentElement instead (still works).
John Resig
More...
about 16 years ago
Selectors with no context (thus defaulting to a context of document) was causing errors when a .contextDocument was used (which is null on document).
John Resig
More...
about 16 years ago
Removed browser-specific checks for handling makeArray and the getElementById(someName) problems.
John Resig
More...
about 16 years ago
Minor tweak to the *-child caching code.
John Resig
More...
about 16 years ago
Added support for Sizzle("> div", context) (along with + and ~ as well).
John Resig
More...
about 16 years ago
Tweaked the getElementsByClassName detection code to look for the method on the documentElement (which makes sure that custom implementations that are slapped on in browsers, like IE, aren't detected).
John Resig
More...
about 16 years ago
Tweaked the contains function to have a generic definition.
John Resig
More...
about 16 years ago
Fixing a bug where inline filters were stopping filtering too early.
John Resig
More...
about 16 years ago
Fixed an issue with ":first-child > *" (documentElement was getting picked up, which doesn't have a parent, causing problems for the CHILD filters).
John Resig
More...
about 16 years ago
Fixed a bug with psuedo-selectors sometimes getting munged by position selectors.
John Resig
More...
about 16 years ago
Make the qSA detection more generic. Should eventually move to using qSA on any element.
John Resig
More...
about 16 years ago
Added support for a new Sizzle.matches method which takes an expression and an array of elements - which are filtered based upon the expression.
John Resig
More...
about 16 years ago
Expose the old jQuery API for adding in :foo selectors.
John Resig
More...
about 16 years ago
Forgot to restore the selectors object after qSA is introduced.
John Resig
More...
about 16 years ago
Forced contextual selectors (Sizzle("div", document.body)) to have the full selector be contained within the context.
John Resig
More...
about 16 years ago
Added more features to the jQuery-specific Sizzle code - now serves as a complete drop-in replacement for the existing src/selector.js file in jQuery.
John Resig
More...
about 16 years ago
Make sure that the context actually is a DOM element or DOM document.
John Resig
More...
about 16 years ago
Moved the library-specific code outside of Sizzle and added an extra build script to add it back in again.
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