aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* jquery selector: removed needless check in jQuery.sibling.Ariel Flesler2008-05-021-1/+1
* core: make sure all source files end with a single blank line.Scott González2008-04-301-3/+0
* mainly made the code shorter:Ariel Flesler2008-04-291-5/+7
* Fixed line endings.Scott González2008-04-291-451/+451
* jquery core: fix for #1960, delegating to document.getElementsByName for [nam...Jörn Zaefferer2008-04-281-445/+451
* De-eval'd selectors and the various DOM methods (will marginally help our spe...John Resig2008-01-261-41/+43
* Fixed #2077 by adding a var to make it a local variable instead of initializi...David Serduke2007-12-191-1/+2
* Added some improvements to changes made in [4143] for #1854.John Resig2007-12-131-4/+3
* Fixed #1854 by using wizzud's suggestion. The only real difference is the co...David Serduke2007-12-131-1/+5
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-071-3/+3
* A partial rollback of the refactoring done in [4032]. It was causing a 4-6% s...David Serduke2007-12-051-5/+6
* Refactored jQuery.find() such that jQuery.nodeName() is used to test the node...David Serduke2007-12-051-3/+3
* Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...David Serduke2007-11-161-9/+12
* Added a fix for bug #1612, where :contains() was failing on XML documents, in...John Resig2007-09-151-1/+1
* Fixed a bug in .dir() where it would return non-element nodes.John Resig2007-09-101-1/+2
* Added .prevAll() and .nextAll() functionality.John Resig2007-09-091-3/+3
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-081-7/+9
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+432