aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: replace dead links in qunit fixtureTimmy Willison2024-08-121-16/+16
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-061-1/+1
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-2/+6
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-281-2/+2
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-131-8/+16
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-13/+13
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-11/+11
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-11/+11
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-9/+68
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Traversing: Fix `contents()` on `<object>`s with childrenPat O'Callaghan2019-05-061-0/+13
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-1/+1
* Traversing: $.fn.contents() support for objectLuis Emilio Velasco Sanchez2018-05-141-38/+68
* Tests: skip test with invalid selector for selector-native testsTimmy Willison2018-01-191-1/+1
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-5/+5
* Traversing: $.fn.contents() supports HTMLTemplateElement南漂一卒2017-01-291-0/+52
* Traversing: Let .not(arraylike) pass non-element nodesDave Methvin2016-08-101-0/+14
* Tests: fix another traverse testOleg Gaidarenko2016-01-311-1/+5
* Tests:Build: update qunit and fix incorrect testOleg Gaidarenko2016-01-291-2/+25
* Traversing: Never let .closest() match positional selectorsRichard Gibson2016-01-131-4/+17
* Traversing: .not/.filter consistency with non-elementsMartijn W. van der Lee2016-01-131-0/+11
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-15/+19
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-524/+522
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-408/+408
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-041-1/+1
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-151-1/+1
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-2/+4
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-27/+111
* Fix #13846: .prev sort directionRichard Gibson2013-05-011-1/+1
* Fix #13819: .parent sort directionRichard Gibson2013-04-241-0/+26
* Fix #13797: .is with single-node contextRichard Gibson2013-04-201-9/+18
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-20/+31
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-13/+15
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-051-4/+35
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-8/+8
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-2/+2
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-54/+80
* Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.Richard Gibson2013-02-131-12/+32
* Reduce traversing moduleOleg2012-12-191-2/+7
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-151-1/+5
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-131-1/+1
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-6/+6
* Test case for #12816Dave Methvin2012-10-311-1/+3
* Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.Mike Sherov2012-10-301-11/+13
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-1/+1
* Update Sizzle: allows disconnected sorting. Change add to always sort with ad...Timmy Willison2012-10-161-6/+3
* Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971MORGAN2012-10-161-0/+9
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-11/+11
* Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...James Huston2012-10-151-1/+3