aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Remove unused variablesOleg Gaidarenko2014-04-151-2/+2
* Tests: Copy some Sizzle combinators testsOleg Gaidarenko2014-04-151-0/+41
* Tests: Add more tests for Sizzle attributesOleg Gaidarenko2014-04-151-3/+89
* Tests: Add test for selectors with commasOleg Gaidarenko2014-04-151-0/+12
* Tests: Copy Sizzle.uniqueSort testsOleg Gaidarenko2014-04-151-0/+79
* Tests: Copy Sizzle.contains testsOleg Gaidarenko2014-04-151-0/+26
* Tests: Move some of the Sizzle tests to selectorOleg Gaidarenko2014-04-151-0/+93
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-4/+5
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-12/+0
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-051-8/+1
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-5/+10
* Fix 363299ac failuresRichard Gibson2013-02-071-1/+3
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-4/+3
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ...Timmy Willison2013-01-211-23/+0
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-151-2/+10
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-141-3/+16
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-131-1/+13