aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-1/+1
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-408/+408
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-526/+524
* 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
* Test: Switch leftover andSelf to addBackMichał Gołębiowski2014-10-301-2/+2
* 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
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-15/+15
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-40/+58
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-041-4/+35
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-7/+7
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-55/+81
* Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.Richard Gibson2013-02-131-12/+32
* 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
* Fix a regression where has with multiple contexts was not filtering correctly...Timmy Willison2012-07-271-2/+5
* Fail silently if closest is somehow called on a document. Fixes #10726.Timmy Willison2012-07-251-1/+4
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-261-1/+2
* Unit tests are linted and passing.Rick Waldron2012-06-211-7/+8
* jQuery#addBack supports an optional selector that can be used to filter the p...Ben Alman2012-05-291-1/+2
* Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-151-5/+5
* Fix #11738. Remove deprecated .closest(Array) => Array.Dave Methvin2012-05-111-12/+0
* Fix #11543: .has should work on detached elements.Richard Gibson2012-04-051-3/+12
* Fix #11370: .siblings() shouldn't throw exception on a detached elementRichard Gibson2012-02-231-1/+2
* Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. ...timmywil2011-12-121-3/+5
* Coerce eq() argument all the time. Fixes #10616Rick Waldron2011-11-061-3/+13
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-183/+183
* Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ...Dave Methvin2011-09-191-0/+40
* Move filter tests to proper locationtimmywil2011-09-191-44/+45
* Added filtering tests and updating sizzle to fix filtering with positional se...timmywil2011-09-191-0/+43
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-191-2/+6
* Fixes assertion counts and dom element fixture issueRick Waldron2011-08-051-8/+8
* Quick improvement to the performace of .index() with no arguments - Adding a ...gnarf2011-06-141-2/+4
* Disabling .add(form.elements) unit test.John Resig2011-04-221-2/+7
* Merge branch 'qunit_fixture'timmywil2011-04-171-34/+34
|\
| * Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-34/+34
* | Make sure that forms and selects are added to a jQuery set correctly. Fixes #...John Resig2011-04-171-2/+3
|/
* Adjust the unit tests in traversing - is(jQuery) to avoid long-running script...timmywil2011-04-141-8/+6