Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate...
[jquery.git] / src / selector.js
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 John ResigMissing a var on a for loop, caused a variable to be...
2009-09-15 John ResigMissing a var on a for loop, caused a variable to be...
2009-09-15 Jörn Zaeffererfixed global variables introduced in for loop with...
2009-07-23 John ResigMake sure that at least one argument is provided to...
2009-07-19 John ResigStandardize on using .nodeName in place of .tagName...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-06-23 Brandon Aaronreverting sizzle updates from previous commit, appears...
2009-06-23 Brandon Aaronfix for #4512 and minor sizzle updates
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-18 Brandon Aaronfix :hidden and :visible selectors. fixes #4512
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-05-04 Brandon Aaronfix memory leak in IE
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-18 Brandon Aaronfix for #4374, gap in :hidden, :visible logic
2009-03-17 John ResigBacked out commit [6260], was causing too many problems...
2009-02-27 John ResigMoved to a generic solution for copying methods over...
2009-02-26 John ResigNo longer use arguments.callee or RegExp (use new RegEx...
2009-02-26 John ResigAs it turns out, the context was being started at a...
2009-02-25 John ResigRemoved the need for the results set to have array...
2009-02-25 John ResigSimplified the isXML function, no need to use recursion.
2009-02-25 John ResigExpose the sort/unique code from Sizzle as Sizzle.uniqu...
2009-02-25 John ResigLanded some improvements for improving the performance...
2009-02-20 John ResigTagged the Sizzle 1.0 release.
2009-02-17 John ResigSwitch to using createRange for element comparision...
2009-02-17 John ResigBrought back the compareDocumentPosition code. While...
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-02-16 John ResigFixed an issue with :nth-child selectors embedded in...
2009-02-16 John ResigChanged the jQuery hidden/visible selectors to be a...
2009-02-16 John ResigChange the behavior of how :visible and :hidden work...
2009-02-16 John ResigFixed a bug with certain + selectors failing (Fixes...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-15 John ResigMake sure that [name=FOO] searches actually have the...
2009-02-15 John ResigAdded fixes for two different :not() bugs. One with...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigThe compareDocumentPosition check was extraneous -...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigOops, the sourceIndex of the documentElement in IE...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-10 John ResigMerging a bunch of changes back from Sizzle, by LosTFx.
2009-02-09 John ResigReworked the attribute selection code to be able to...
2009-02-09 John Resigmatch[4] is already saved in check - thanks Balazs.
2009-02-07 John ResigAdded a fix for empty attribute selection values. Fixes...
2009-02-07 John ResigAdded logic for not using getElementsByClassName in...
2009-01-23 John ResigMade the getAttribute check more explicit - comment...
2009-01-22 John ResigBumping Sizzle version to 0.9.3.
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).