aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #10931: Make unit tests work without web access.Richard Gibson2012-01-121-2/+2
* Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.timmywil2011-10-131-19/+28
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-191-0/+133
* No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-101-517/+0
* Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* Pull over tests from Sizzle. Fixes #3729. Fixes #6428.Anton M2011-01-281-1/+10
* Bring back in #main prefix on adjacent selectors.jeresig2011-01-241-5/+5
* Backing out disconnected + and ~ tests as they're not something that we activ...jeresig2011-01-241-9/+6
* Fix selector scope on some tests, so they don't fail on testswarm.Anton M2011-01-221-5/+5
* Disabled a broken test for now, until WebKit browsers become more current.jeresig2011-01-171-2/+5
* Accidentally removed the module teardown code.jeresig2011-01-171-1/+1
* Opera was falling back to undefined, which it didn't appreciate.jeresig2011-01-171-1/+1