index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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: 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
*
Update Sizzle
timmywil
2012-06-18
1
-0
/
+0
*
Update Sizzle: rewrite attributes handling to be simpler and more widespread ...
timmywil
2012-06-17
1
-0
/
+0
*
Update Sizzle: Removes an unnecessary link in the test suite
timmywil
2012-06-15
1
-0
/
+0
*
Update Sizzle. Fixes #11109.
timmywil
2012-06-15
1
-0
/
+0
*
Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in...
timmywil
2012-06-15
1
-0
/
+0
*
Relativize all urls pertaining to dist/jquery.js so users can run their serve...
timmywil
2012-06-04
1
-0
/
+0
*
Update Sizzle: Fixes fail in ajax module and Safari 5.0
timmywil
2012-05-30
1
-0
/
+0
*
Update Sizzle: fixes fail in traversing tests
timmywil
2012-05-29
1
-0
/
+0
*
Update Sizzle: regex cleanup
timmywil
2012-05-29
1
-0
/
+0
*
Update Sizzle: save 5 bytes
timmywil
2012-05-29
1
-0
/
+0
*
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.
timmywil
2012-05-29
1
-0
/
+0
*
Update Sizzle: only one assertion is needed for getElementsByClassName
timmywil
2012-05-29
1
-0
/
+0
*
Update Sizzle
timmywil
2012-05-29
1
-0
/
+0
*
Add quick-start documentation for testing with QUnit and using jQuery's helpe...
timmywil
2012-05-29
1
-0
/
+0
*
Fix #11767. Modularize build and unit tests for exluding effects.
Richard Gibson
2012-05-28
1
-0
/
+0
*
Update Sizzle: Case insensitive text filter. Fixes #8943
timmywil
2012-05-28
1
-0
/
+0
*
Update Sizzle: Add test for [selected] attribute selections. Addresses a smal...
timmywil
2012-05-28
1
-0
/
+0
*
Update Sizzle: Fixes a fail in traversing and one in ajax.
timmywil
2012-05-28
1
-0
/
+0
*
Move length tests to jQuery's selector tests as it relates to jQuery.merge.
timmywil
2012-05-28
1
-0
/
+0
*
Update Sizzle: independent XML testing
timmywil
2012-05-28
1
-0
/
+0
*
Update Sizzle and add tests from the Sizzle suite that require jQuery for the...
timmywil
2012-05-28
1
-0
/
+0
*
Remove $("body") case; $(document.body) is 2x faster.
Dave Methvin
2012-04-18
1
-0
/
+0
*
Update sizzle rev
Yehuda Katz
2012-04-15
1
-0
/
+0
*
Update Sizzle and add test for sizzle getText fix. Removes usage of innerText...
timmywil
2012-03-30
1
-0
/
+0
[prev]
[next]