aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the issue where weird characters were being used in ID selectors. Fixes...John Resig2009-02-151-1/+1
* 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-3/+1
* Provide a graceful failover for [name=foo] queries that are looking for non-i...John Resig2009-02-141-2/+3
* The compareDocumentPosition check was extraneous - indexOf works in all the o...John Resig2009-02-141-13/+5
* Added support for sorting in Safari - when querySelectorAll isn't able to be ...John Resig2009-02-141-0/+11
* Oops, the sourceIndex of the documentElement in IE is 1, not 0.John Resig2009-02-141-1/+1
* Make sure that elements are returned in document order - and that the results...John Resig2009-02-141-0/+33
* Merging a bunch of changes back from Sizzle, by LosTFx.John Resig2009-02-101-65/+76
* Reworked the attribute selection code to be able to select false-y values - a...John Resig2009-02-091-2/+11
* match[4] is already saved in check - thanks Balazs.John Resig2009-02-091-1/+1
* Added a fix for empty attribute selection values. Fixes jQuery bug #3990.John Resig2009-02-071-1/+1
* Added logic for not using getElementsByClassName in different failure states....John Resig2009-02-071-2/+15
* Made the getAttribute check more explicit - comment nodes don't have getAttri...John Resig2009-01-231-1/+2
* Bumping Sizzle version to 0.9.3.John Resig2009-01-221-1/+1
* Added some additional checks to make sure that the correct methods are being ...John Resig2009-01-211-4/+4
* Bumping the version of Sizzle up to 0.9.2.John Resig2009-01-211-1/+1
* A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...John Resig2009-01-211-1/+3
* Make sure that [name=foo] and #id selectors don't use the native methods on X...John Resig2009-01-211-7/+9
* Now handle the case where Safari's querySelectorAll fails on uppercase charac...John Resig2009-01-211-1/+8
* After discussing it with a number of users I've decided to revert the change ...John Resig2009-01-211-1/+1
* CHILD positions were being cached improperly. Tweaked it and added a test to ...John Resig2009-01-211-1/+1
* Fixed a missing semicolon. Fixes jQuery bug #3927.John Resig2009-01-201-1/+1
* Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js...John Resig2009-01-201-4/+5
* Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.John Resig2009-01-201-1/+1
* Made sure that a child element exists before the check is done, fixes jQuery ...John Resig2009-01-191-1/+1
* Re-worked the logic for handling isXML detection.John Resig2009-01-191-2/+2
* Fixed the logic for determining if an XML file is being used. Fixes jQuery bu...John Resig2009-01-191-2/+2
* Merged some recent fixes in from Sizzle.John Resig2009-01-191-43/+41
* Merged Sizzle changes back into jQuery.John Resig2009-01-131-11/+26
* Merged in from Sizzle - a change to child filter selector logic.John Resig2009-01-121-2/+2
* Merged in a fix from Sizzle for :not(:first).John Resig2009-01-121-0/+4
* Merging the latest from Sizzle.John Resig2009-01-111-29/+36
* Merged in a missing argument from Sizzle.John Resig2009-01-071-1/+1
* Landed a number of improvements to the selector engine. Results are auto-merg...John Resig2009-01-071-24/+52
* jquery selector: Replacing {0,1} for ? in a regex.Ariel Flesler2009-01-051-1/+1
* Oops, order of operations.John Resig2009-01-051-1/+1
* Brought in a fix from Sizzle - IE doesn't have .contains on XML elements.John Resig2009-01-051-1/+1
* Merging from Sizzle (fixed a bug when querySelectorAll is used.John Resig2009-01-051-3/+4
* Synced with the Sizzle repository.John Resig2009-01-051-44/+35
* jquery selector: Removed a needless line (related to [5992]).Ariel Flesler2008-12-251-1/+0
* Synced with Sizzle codebase (which removed the use of the caching code).John Resig2008-12-221-18/+0
* Syncing Sizzle codebase.John Resig2008-12-201-10/+10
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-201-350/+785
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-171-4/+4
* jquery selector: closes #3023. The attribute filter accepts ':'.Ariel Flesler2008-07-281-1/+1
* jquery selector: closes #2939. $('[style]') wasn't being handled well.Ariel Flesler2008-07-281-1/+1
* jquery: removing unnecessary trailing and leading spaces & tabs.Ariel Flesler2008-05-131-12/+12
* fix small typo in commentEd Engelhardt2008-05-111-1/+1
* jquery selector: reverting [5343], check #1960.Ariel Flesler2008-05-061-22/+16