index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sizzle
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update Sizzle to fix #12082, #12087.
Dave Methvin
2012-07-17
1
-0
/
+0
*
Update Sizzle to fix oldIE erroneous getAttribute invokification.
Dave Methvin
2012-07-12
1
-0
/
+0
*
Update Sizzle; Closes #12054, #12057.
Dave Methvin
2012-07-11
1
-0
/
+0
*
Sizzle: necessary changes for Advanced Closure compiler support
Timmy Willison
2012-07-10
1
-0
/
+0
*
Sizzle: fix failing test in IE: malformed HTML
Timmy Willison
2012-07-09
1
-0
/
+0
*
Update Sizzle: fixes an issue with an escape character in the id of a context
Timmy Willison
2012-07-09
1
-0
/
+0
*
Update Sizzle: compress/edge case pull from gibson and a fix :not/:has with s...
Timmy Willison
2012-07-09
1
-0
/
+0
*
Update Sizzle: fixes author of a previous commit
Timmy Willison
2012-07-09
1
-0
/
+0
*
Update Sizzle: added EXPOSE comment
Timmy Willison
2012-07-09
1
-0
/
+0
*
Sizzle added standalone AMD support
Timmy Willison
2012-07-09
1
-0
/
+0
*
Sizzle: adds a test for a previously problematic selector
Timmy Willison
2012-07-07
1
-0
/
+0
*
Update Sizzle: adds createPseudo method on Sizzle.selectors for easily creati...
Timmy Willison
2012-07-07
1
-0
/
+0
*
Update Sizzle: fixes UI tests
Timmy Willison
2012-07-06
1
-0
/
+0
*
Sizzle: minor change
Timmy Willison
2012-07-06
1
-0
/
+0
*
Update Sizzle: improved dir caching
Timmy Willison
2012-07-06
1
-0
/
+0
*
Sizzle: removes qunit and adds .gitignore
timmywil
2012-07-05
1
-0
/
+0
*
Update Sizzle: adjusted POS handling; attribute names should be case-insensit...
timmywil
2012-07-05
1
-0
/
+0
*
Update Sizzle: pseudo-classes should be case-insensitive
timmywil
2012-07-05
1
-0
/
+0
*
Sizzle docs and README updates
timmywil
2012-07-04
1
-0
/
+0
*
Update Sizzle: better compression
Richard Gibson
2012-07-04
1
-0
/
+0
*
Update Sizzle: small regex fix
timmywil
2012-07-03
1
-0
/
+0
*
Update Sizzle: removes makeArray and uses native push/slice where available
timmywil
2012-07-03
1
-0
/
+0
*
Sizzle: maxCacheLength -> cacheLength
timmywil
2012-07-03
1
-0
/
+0
*
Sizzle: detects a buggy getElementsByName. Fixes #10799.
timmywil
2012-07-03
1
-0
/
+0
*
Update Sizzle: Caching system respects DOM changes between uses of the same s...
timmywil
2012-07-03
1
-0
/
+0
*
Update Sizzle: exposed compile function for external use. maxCacheLength can ...
timmywil
2012-07-03
1
-0
/
+0
*
Update Sizzle: fixes a small bug in class matching
timmywil
2012-07-03
1
-0
/
+0
*
Update Sizzle: adds caching to combinators
timmywil
2012-07-03
1
-0
/
+0
*
Sizzle: space combinator update
timmywil
2012-07-02
1
-0
/
+0
*
Update sizzle: fixes fail in traversing with :has selector
timmywil
2012-07-02
1
-0
/
+0
*
Sizzle: fix multiple nested pseudos. Fixes #7010.
timmywil
2012-07-02
1
-0
/
+0
*
Use value rather than nodeValue in attributes (it's the string version). Upda...
timmywil
2012-07-02
1
-0
/
+0
*
Sizzle: add cross-browser w3c whitespace rules; pseudo generation adjustment
timmywil
2012-07-02
1
-0
/
+0
*
Sizzle: minor adjustments and a small fix in the child selector regex
timmywil
2012-07-02
1
-0
/
+0
*
UPDATE SIZZLE: completed rewrite for better things!
timmywil
2012-07-02
1
-0
/
+0
*
Update Sizzle: Size optimizations from gibson
timmywil
2012-06-28
1
-0
/
+0
*
Update Sizzle: typo
timmywil
2012-06-28
1
-0
/
+0
*
Update Sizzle: reduced size. Add Sizzle's utilities.js to unit tests
timmywil
2012-06-27
1
-0
/
+0
*
Update copyright years for jQuery and Sizzle
timmywil
2012-06-26
1
-0
/
+0
*
Allow document to be passed to Sizzle.contains. Fixes #11539.
timmywil
2012-06-26
1
-0
/
+0
*
Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.
timmywil
2012-06-25
1
-0
/
+0
*
Add grunt with lint to Sizzle
timmywil
2012-06-24
1
-0
/
+0
*
Update Sizzle: fixes test fails in selector module in IE9/Opera
timmywil
2012-06-20
1
-0
/
+0
*
Update Sizzle: minor fix for matchesSelector usage in FF<12
timmywil
2012-06-20
1
-0
/
+0
*
Update Sizzle: performance testing and changes for optimization. Adds back ma...
timmywil
2012-06-20
1
-0
/
+0
*
Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270.
timmywil
2012-06-19
1
-0
/
+0
*
Fixes test fails in traversing and event
timmywil
2012-06-19
1
-0
/
+0
*
Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont s...
timmywil
2012-06-19
1
-0
/
+0
*
Update Sizzle
timmywil
2012-06-19
1
-0
/
+0
*
Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ...
timmywil
2012-06-18
1
-0
/
+0
[prev]
[next]