aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-171-1/+1
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* | Fixed a couple issues with escaping of attribute values in selectors. Fixes #...jeresig2011-01-171-12/+55
|/
* Clean trailing whitespace from all files.Colin Snover2010-12-301-19/+19
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitt...John Resig2010-11-091-5/+5
|\
| * Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
* | Ensure that unquoted attribute selectors are quoted (allowing them to go into...John Resig2010-11-091-3/+11
|/
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #...jeresig2010-11-011-1/+6
* Fix broken selector code from last commit.jeresig2010-10-221-27/+38
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-221-38/+27
* Make sure that we don't use matchesSelector on XML Documents (same as with qS...jeresig2010-10-221-1/+2
* Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
* Adding another test for an issue in Gecko's matchesSelector implementation. F...jeresig2010-10-211-2/+8
* Testing *, * was unnecessary - especially in slower browsers.jeresig2010-10-141-2/+1
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-281-7/+7
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-6/+6
* added "#main" ancestor selector to an "Only Child" and "Last Child" test to f...Karl Swedberg2010-09-071-2/+2
* Fix the order of the element test arguments.John Resig2010-09-021-2/+2
* Tweaked the name unit tests to specify the exact nodes from which to test aga...John Resig2010-09-021-2/+2
* Remove cases of :contains() where quotes are used - not using quotes follows ...John Resig2010-09-021-5/+6
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-2/+2
* Bringing some selector tests back from Sizzle.jeresig2010-01-111-1/+3
* Bringing Sizzle test suite changes back in.John Resig2009-12-191-11/+22
* Reworked some more of the selector tests as well to clean up after themselves.jeresig2009-12-171-1/+3
* Added some more tests around the name tests to catch possible regressions.jeresig2009-12-171-2/+6
* Check Sizzle or jQuery.John Resig2009-12-071-1/+1
* Only run the visibility selectors if the filter exists.John Resig2009-12-071-0/+2
* Removed broken hidden/visible test.jeresig2009-12-031-7/+4
* Re-arranged many of the selector tests, breaking them into smaller test group...jeresig2009-12-031-80/+86
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-291-3/+3
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-291-1/+1
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-291-8/+8
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-18/+18
* Temporarily disabled some tests for Opera 10 - a variety of problems with inp...John Resig2009-08-261-1/+4
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+2
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-181-1/+16
* Fixed one of the selector tests that was reporting incorrectly in browsers th...John Resig2009-02-191-1/+1
* Missed an other search-related test.John Resig2009-02-181-1/+1
* Made it so that search input elements are now serialized. Fixes bug #4107.John Resig2009-02-181-3/+3
* Brought back the compareDocumentPosition code. While it is redundant in Firef...John Resig2009-02-171-2/+2
* Tweaked some of the selector tests to handle some of the test page changes.John Resig2009-02-171-4/+4
* Disabled one of the ordering tests that was taking a while to run.John Resig2009-02-171-2/+2
* Added support for class selectors and class attribute selectors on XML docume...John Resig2009-02-161-1/+3
* Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQ...John Resig2009-02-161-1/+2
* Change the behavior of how :visible and :hidden work. :hidden is when an elem...John Resig2009-02-161-3/+6
* Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also t...John Resig2009-02-161-1/+4
* Fixed the issue where weird characters were being used in ID selectors. Fixes...John Resig2009-02-151-1/+3
* Make sure that [name=FOO] searches actually have the specified name (IE inclu...John Resig2009-02-151-1/+8
* Added fixes for two different :not() bugs. One with p:not(p.foo) failing and ...John Resig2009-02-151-1/+17
* Updated the copy of jQuery and added some more context tests.John Resig2009-02-151-2/+12