aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.Richard Gibson2012-12-131-1/+1
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-5/+7
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-13/+13
* Update Sizzle: fix a failing test in traversing. Move an attribute selector t...Timmy Willison2012-09-191-1/+7
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-3/+4
* Unit tests are linted and passing.Rick Waldron2012-06-211-2/+2
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-20/+22
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-051-3/+3
* Adjust the return type for the tabindex attribute tests to be a string. Recom...timmywil2012-05-301-3/+2
* Uncomment an old test for when the tabindex attrhook was deprecatedtimmywil2012-05-301-3/+3
* Remove the tabindex attrHook. Fixes #8473timmywil2012-05-301-3/+9
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-3/+4
* Update Sizzle: Add test for [selected] attribute selections. Addresses a smal...timmywil2012-05-281-3/+3
* Move length tests to jQuery's selector tests as it relates to jQuery.merge.timmywil2012-05-281-1/+4
* Minor test suite adjustmentstimmywil2012-05-281-1/+2
* Update Sizzle and add tests from the Sizzle suite that require jQuery for the...timmywil2012-05-281-3/+55
* fixes #10693, generalizes the "test something in an iframe" code when a callb...Mike Sherov2012-02-231-44/+4