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
jtr-test
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
*
Fix #13281: update Sizzle
Richard Gibson
2013-01-24
1
-0
/
+0
*
Update Sizzle: fixes native slice usage
Timmy Willison
2013-01-18
1
-0
/
+0
*
Fix jQuery #13251: use slice instead of substring
Richard Gibson
2013-01-17
1
-0
/
+0
*
Fix #13182: update Sizzle
Richard Gibson
2013-01-16
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2013-01-11
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2013-01-10
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2012-12-21
1
-0
/
+0
*
Fix 00bbbe20 test failures
Richard Gibson
2012-12-21
1
-0
/
+0
*
Fix #13070: better unescaping logic in Sizzle
Richard Gibson
2012-12-20
1
-0
/
+0
*
Sizzle: :lang updates for handling backslashes, xml, and inheritance
Timmy Willison
2012-12-18
1
-0
/
+0
*
Sizzle: QA for :lang from gibson
Timmy Willison
2012-12-17
1
-0
/
+0
*
Sizzle: add support for :lang selector
Timmy Willison
2012-12-17
1
-0
/
+0
*
Sizzle: size optimization
Timmy Willison
2012-12-15
1
-0
/
+0
*
Sizzle: initialize with default document on load to get it out of the way for...
Timmy Willison
2012-12-15
1
-0
/
+0
*
Sizzle: assume window.document in Sizzle.matches; massively reduce calls to s...
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle: avoid calling setDocument when possible
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2012-12-15
1
-0
/
+0
*
Update Sizzle: IE6-8 traversing test fix
Timmy Willison
2012-12-14
1
-0
/
+0
*
Sizzle: fix test failures related to Sizzle.contains
Timmy Willison
2012-12-14
1
-0
/
+0
*
Sizzle: :target and :root selector support. adds Sizzle.setDocument. Remove :...
Timmy Willison
2012-12-14
1
-0
/
+0
*
Adjust jQuery('html') detection to only match when html starts with '<' (not ...
timmywil
2012-12-13
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2012-12-11
1
-0
/
+0
*
Test: Update index.html to new QUnit format. Close gh-1061.
Timo Tijhof
2012-12-10
1
-0
/
+0
*
once more with feeling
Richard Gibson
2012-12-05
1
-0
/
+0
*
don't test SVG on IE6
Richard Gibson
2012-12-05
1
-0
/
+0
*
Fix #10832 (this time with tests): jQuery.contains in SVG
Richard Gibson
2012-12-05
1
-0
/
+0
*
Fix #12856: keep PSEUDO regex non-greedy
Richard Gibson
2012-12-03
1
-0
/
+0
*
Fix #12959: Optimize library-wide patterns
Richard Gibson
2012-11-27
1
-0
/
+0
*
update Sizzle
Richard Gibson
2012-11-16
1
-0
/
+0
*
Fix #12858: don't expose jQuery/Sizzle expandos
Richard Gibson
2012-11-09
1
-0
/
+0
*
Sizzle: remove unneeded vars and POS regex (-22 bytes)
Timmy Willison
2012-10-24
1
-0
/
+0
*
no ticket: fix jQuery suite failure on Android
Richard Gibson
2012-10-17
1
-0
/
+0
*
Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)
Timmy Willison
2012-10-17
1
-0
/
+0
*
Sizzzzzzllllleeeee
Timmy Willison
2012-10-16
1
-0
/
+0
*
Update Sizzle: <3 reverts
Timmy Willison
2012-10-16
1
-0
/
+0
*
update sizzle for test failures
Richard Gibson
2012-10-16
1
-0
/
+0
*
Sizzle was accidentally reverted
Timmy Willison
2012-10-16
1
-0
/
+0
*
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ...
Mike Petrovich
2012-10-16
1
-0
/
+0
*
Update Sizzle: allows disconnected sorting. Change add to always sort with ad...
Timmy Willison
2012-10-16
1
-0
/
+0
*
Fixing style for deferred.js unit tests. Close gh-973.
Erick Ruiz de Chavez
2012-10-16
1
-0
/
+0
*
Update Sizzle: focus test was failing if browser window was not in focus
Timmy Willison
2012-10-15
1
-0
/
+0
*
Sizzle: Fix :focus selector with elements that have a tabIndex !== -1
Timmy Willison
2012-10-15
1
-0
/
+0
*
Update Sizzle: Fixes #12606, #12671, #12672.
Timmy Willison
2012-10-14
1
-0
/
+0
*
Sizzle: throw an invalid selector exception for trailing-comma selectors. Fix...
Timmy Willison
2012-10-04
1
-0
/
+0
*
Sizzle: removes nth-child cache
Timmy Willison
2012-09-20
1
-0
/
+0
*
Sizzle: account for external document contexts (such as iframes) in combinato...
Timmy Willison
2012-09-20
1
-0
/
+0
*
Update Sizzle: fix a failing test in traversing. Move an attribute selector t...
Timmy Willison
2012-09-19
1
-0
/
+0
*
Sizzle: fixes failing test in css
Timmy Willison
2012-09-19
1
-0
/
+0
*
Update Sizzle: fix position caching with child selectors. Fixes #12337.
Timmy Willison
2012-09-19
1
-0
/
+0
[next]