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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
selector.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Align `:has` selector tests with `3.x-stable`
Michał Gołębiowski-Owczarek
2024-05-29
1
-2
/
+2
*
Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs
Michał Gołębiowski-Owczarek
2024-03-20
1
-4
/
+4
*
Tests: migrate testing infrastructure to minimal dependencies
Timmy Willison
2024-02-26
1
-1
/
+1
*
CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper
Michał Gołębiowski-Owczarek
2023-09-20
1
-2
/
+11
*
Build: migrate most grunt tasks off of grunt
Timmy Willison
2023-09-18
1
-12
/
+18
*
Tests: Disable the ":lang respects escaped backslashes" test
Michał Gołębiowski-Owczarek
2023-06-27
1
-3
/
+13
*
Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}
Michał Gołębiowski-Owczarek
2023-06-12
1
-0
/
+229
*
Selector: Backport jQuery selection context logic to selector-native
Michał Gołębiowski-Owczarek
2023-02-13
1
-70
/
+34
*
Build: Run GitHub Action browser tests on Playwright WebKit
Michał Gołębiowski-Owczarek
2023-01-23
1
-2
/
+6
*
Selector: Make selector lists work with `qSA` again
Michał Gołębiowski-Owczarek
2022-12-19
1
-1
/
+21
*
Core:Selector: Move jQuery.contains from the selector to the core module
Michał Gołębiowski-Owczarek
2022-12-12
1
-55
/
+0
*
Selector: Implement the `uniqueSort` chainable method
Michał Gołębiowski-Owczarek
2022-11-28
1
-22
/
+56
*
Selector: Re-introduce selector-native.js
Michał Gołębiowski-Owczarek
2022-11-21
1
-2
/
+17
*
Selector:Manipulation: Fix DOM manip within template contents
Michał Gołębiowski-Owczarek
2022-11-14
1
-0
/
+13
*
Selector: Drop support for legacy pseudos, test custom pseudos
Michał Gołębiowski-Owczarek
2022-10-11
1
-0
/
+74
*
Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliant
Michał Gołębiowski-Owczarek
2022-09-19
1
-1
/
+11
*
Core: Don't rely on splice being present on input
Bruno PIERRE
2022-01-24
1
-5
/
+7
*
Docs: Fix incorrect `trac-NUMBER` references
Michał Gołębiowski-Owczarek
2022-01-12
1
-1
/
+1
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-20
/
+21
*
Tests: Make more tests run natively in Chrome & Firefox
Michał Gołębiowski-Owczarek
2021-04-13
1
-9
/
+9
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
1
-10
/
+6
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-11
/
+11
*
Selector: Remove the "a:enabled" workaround for Chrome <=77
Michał Gołębiowski-Owczarek
2019-12-16
1
-5
/
+1
*
Build: Make Karma work in ES modules mode
Michał Gołębiowski-Owczarek
2019-12-16
1
-1
/
+1
*
Selector: Make empty attribute selectors work in IE again
Michał Gołębiowski-Owczarek
2019-11-18
1
-2
/
+13
*
Docs: Update most URLs to HTTPS
Michał Gołębiowski-Owczarek
2019-10-21
1
-3
/
+3
*
Selector: Add a test for throwing on post-comma invalid selectors
Michał Gołębiowski-Owczarek
2019-10-21
1
-1
/
+2
*
Tests: Stop using jQuery.find in tests
Michał Gołębiowski-Owczarek
2019-10-21
1
-108
/
+108
*
Selector: reduce size, simplify setDocument
Michał Gołębiowski-Owczarek
2019-08-26
1
-2
/
+16
*
Tests: Port changes from Sizzle
Richard Gibson
2019-08-20
1
-3
/
+11
*
Selector: Leverage the :scope pseudo-class where possible
Michał Gołębiowski-Owczarek
2019-08-19
1
-0
/
+35
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
1
-81
/
+93
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
1
-112
/
+1624
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-4
/
+6
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-15
/
+15
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-4
/
+4
*
Tests: Make iframe tests wait after checking isReady
Dave Methvin
2016-04-11
1
-4
/
+4
*
Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixture
Alexander Lisianoi
2016-03-09
1
-1
/
+1
*
Selector: add jQuery.escapeSelector
Timmy Willison
2016-01-28
1
-0
/
+6
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-30
/
+48
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
1
-1
/
+1
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-106
/
+106
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-229
/
+229
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-166
/
+174
*
Selector: add test for jQuery.unique() alias
Timmy Willison
2015-05-05
1
-1
/
+3
*
Selector: add jQuery.uniqueSort; deprecate jQuery.unique
Timmy Willison
2015-05-04
1
-3
/
+3
*
Build: Fix various typos
Oleg Gaidarenko
2014-11-08
1
-3
/
+3
*
Selector: Remove "#" exception for identifier tokens
Michał Gołębiowski
2014-06-30
1
-2
/
+2
*
Selector: Use jQuery reference not Sizzle
Oleg Gaidarenko
2014-05-29
1
-2
/
+6
*
Selector: Fix test iframe submission for firefox
Oleg Gaidarenko
2014-05-29
1
-9
/
+5
[next]