summaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Align `:has` selector tests with `3.x-stable`Michał Gołębiowski-Owczarek2024-05-291-2/+2
* Attributes: Make `.attr( name, false )` remove for all non-ARIA attrsMichał Gołębiowski-Owczarek2024-03-201-4/+4
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-02-261-1/+1
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-201-2/+11
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-12/+18
* Tests: Disable the ":lang respects escaped backslashes" testMichał Gołębiowski-Owczarek2023-06-271-3/+13
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-121-0/+229
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-131-70/+34
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-231-2/+6
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-1/+21
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-121-55/+0
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-11-281-22/+56
* Selector: Re-introduce selector-native.jsMichał Gołębiowski-Owczarek2022-11-211-2/+17
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-141-0/+13
* Selector: Drop support for legacy pseudos, test custom pseudosMichał Gołębiowski-Owczarek2022-10-111-0/+74
* Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliantMichał Gołębiowski-Owczarek2022-09-191-1/+11
* Core: Don't rely on splice being present on inputBruno PIERRE2022-01-241-5/+7
* Docs: Fix incorrect `trac-NUMBER` referencesMichał Gołębiowski-Owczarek2022-01-121-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-20/+21
* Tests: Make more tests run natively in Chrome & FirefoxMichał Gołębiowski-Owczarek2021-04-131-9/+9
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-10/+6
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-11/+11
* Selector: Remove the "a:enabled" workaround for Chrome <=77Michał Gołębiowski-Owczarek2019-12-161-5/+1
* Build: Make Karma work in ES modules modeMichał Gołębiowski-Owczarek2019-12-161-1/+1
* Selector: Make empty attribute selectors work in IE againMichał Gołębiowski-Owczarek2019-11-181-2/+13
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-3/+3
* Selector: Add a test for throwing on post-comma invalid selectorsMichał Gołębiowski-Owczarek2019-10-211-1/+2
* Tests: Stop using jQuery.find in testsMichał Gołębiowski-Owczarek2019-10-211-108/+108
* Selector: reduce size, simplify setDocumentMichał Gołębiowski-Owczarek2019-08-261-2/+16
* Tests: Port changes from SizzleRichard Gibson2019-08-201-3/+11
* Selector: Leverage the :scope pseudo-class where possibleMichał Gołębiowski-Owczarek2019-08-191-0/+35
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-81/+93
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-112/+1624
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-4/+6
* Build: ESLint detailsOleg Gaidarenko2016-06-111-15/+15
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-4/+4
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-111-4/+4
* Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixtureAlexander Lisianoi2016-03-091-1/+1
* Selector: add jQuery.escapeSelectorTimmy Willison2016-01-281-0/+6
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-30/+48
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-106/+106
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-229/+229
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-166/+174
* Selector: add test for jQuery.unique() aliasTimmy Willison2015-05-051-1/+3
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-041-3/+3
* Build: Fix various typosOleg Gaidarenko2014-11-081-3/+3
* Selector: Remove "#" exception for identifier tokensMichał Gołębiowski2014-06-301-2/+2
* Selector: Use jQuery reference not SizzleOleg Gaidarenko2014-05-291-2/+6
* Selector: Fix test iframe submission for firefoxOleg Gaidarenko2014-05-291-9/+5