Added some additional checks to make sure that the correct methods are being used...
[jquery.git] / src / selector.js
2009-01-21 John ResigAdded some additional checks to make sure that the...
2009-01-21 John ResigBumping the version of Sizzle up to 0.9.2.
2009-01-21 John ResigA follow-up for bug #3945. ID selectors don't work...
2009-01-21 John ResigMake sure that [name=foo] and #id selectors don't use...
2009-01-21 John ResigNow handle the case where Safari's querySelectorAll...
2009-01-21 John ResigAfter discussing it with a number of users I've decided...
2009-01-21 John ResigCHILD positions were being cached improperly. Tweaked...
2009-01-20 John ResigFixed a missing semicolon. Fixes jQuery bug #3927.
2009-01-20 John ResigAdded a performance improvement to preFilter.CLASS...
2009-01-20 John ResigAdded support for a[name^='foo['] style selectors....
2009-01-19 John ResigMade sure that a child element exists before the check...
2009-01-19 John ResigRe-worked the logic for handling isXML detection.
2009-01-19 John ResigFixed the logic for determining if an XML file is being...
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-12 John ResigMerged in from Sizzle - a change to child filter select...
2009-01-12 John ResigMerged in a fix from Sizzle for :not(:first).
2009-01-11 John ResigMerging the latest from Sizzle.
2009-01-07 John ResigMerged in a missing argument from Sizzle.
2009-01-07 John ResigLanded a number of improvements to the selector engine...
2009-01-05 Ariel Fleslerjquery selector: Replacing {0,1} for ? in a regex.
2009-01-05 John ResigOops, order of operations.
2009-01-05 John ResigBrought in a fix from Sizzle - IE doesn't have .contain...
2009-01-05 John ResigMerging from Sizzle (fixed a bug when querySelectorAll...
2009-01-05 John ResigSynced with the Sizzle repository.
2008-12-25 Ariel Fleslerjquery selector: Removed a needless line (related to...
2008-12-22 John ResigSynced with Sizzle codebase (which removed the use...
2008-12-20 John ResigSyncing Sizzle codebase.
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-07-28 Ariel Fleslerjquery selector: closes #3023. The attribute filter...
2008-07-28 Ariel Fleslerjquery selector: closes #2939. $('[style]') wasn't...
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-11 Ed Engelhardtfix small typo in comment
2008-05-06 Ariel Fleslerjquery selector: reverting [5343], check #1960.
2008-05-02 Ariel Fleslerjquery selector: removed needless check in jQuery.sibling.
2008-04-30 Scott Gonzálezcore: make sure all source files end with a single...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-29 Scott GonzálezFixed line endings.
2008-04-28 Jörn Zaeffererjquery core: fix for #1960, delegating to document...
2008-01-26 John ResigDe-eval'd selectors and the various DOM methods (will...
2007-12-19 David SerdukeFixed #2077 by adding a var to make it a local variable...
2007-12-13 John ResigAdded some improvements to changes made in [4143] for...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-05 David SerdukeA partial rollback of the refactoring done in [4032...
2007-12-05 David SerdukeRefactored jQuery.find() such that jQuery.nodeName...
2007-11-16 David SerdukeFixed #1727 bug where :nth-child() was non-standard...
2007-09-15 John ResigAdded a fix for bug #1612, where :contains() was failin...
2007-09-10 John ResigFixed a bug in .dir() where it would return non-element...
2007-09-09 John ResigAdded .prevAll() and .nextAll() functionality.
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReorganzing the jQuery source (first phase).