aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide a graceful failover for [name=foo] queries that are looking for non-i...John Resig2009-02-141-1/+3
* Added support for sorting in Safari - when querySelectorAll isn't able to be ...John Resig2009-02-141-1/+2
* Disabled expando selector tests - they don't work in all browsers.John Resig2009-02-141-4/+5
* Make sure that elements are returned in document order - and that the results...John Resig2009-02-141-2/+9
* Fixed bubbling of live events (if an inner element handles an event first - a...John Resig2009-02-091-3/+3
* Reworked the attribute selection code to be able to select false-y values - a...John Resig2009-02-091-1/+8
* Added a fix for empty attribute selection values. Fixes jQuery bug #3990.John Resig2009-02-071-1/+4
* Added logic for not using getElementsByClassName in different failure states....John Resig2009-02-071-2/+13
* Tweaked one of the selector tests.John Resig2009-01-221-1/+1
* A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...John Resig2009-01-211-2/+2
* Make sure that [name=foo] and #id selectors don't use the native methods on X...John Resig2009-01-211-2/+6
* Now handle the case where Safari's querySelectorAll fails on uppercase charac...John Resig2009-01-211-21/+10
* After discussing it with a number of users I've decided to revert the change ...John Resig2009-01-211-1/+2
* CHILD positions were being cached improperly. Tweaked it and added a test to ...John Resig2009-01-211-1/+9
* Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.John Resig2009-01-201-2/+14
* Merged some recent fixes in from Sizzle.John Resig2009-01-191-2/+26
* Merged Sizzle changes back into jQuery.John Resig2009-01-131-5/+20
* Fixed an issue with how broken selector tests were handled in IE (the excepti...John Resig2009-01-051-2/+2
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-051-1/+1
* Synced with the Sizzle repository.John Resig2009-01-051-2/+21
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-201-22/+45
* A test was using the old / child selector syntax - updating to the new style.John Resig2008-08-211-1/+1
* jquery core: closes #2652. val() supports option elements, also simplified th...Ariel Flesler2008-07-231-2/+2
* test runner: the changes are:Ariel Flesler2008-05-281-11/+11
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-4/+4
* Fixed #1854 by using wizzud's suggestion. The only real difference is the co...David Serduke2007-12-131-1/+4
* Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...David Serduke2007-11-161-3/+3
* Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...David Serduke2007-11-161-1/+20
* Finished up some of the reorganization.John Resig2007-09-081-0/+202