Added support for class selectors and class attribute selectors on XML documents...
[jquery.git] / test / unit / selector.js
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 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-15 John ResigUpdated the copy of jQuery and added some more context...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDisabled expando selector tests - they don't work in...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigReworked the attribute selection code to be able to...
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-22 John ResigTweaked one of the selector tests.
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 ResigAdded support for a[name^='foo['] style selectors....
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-05 John ResigFixed an issue with how broken selector tests were...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigSynced with the Sizzle repository.
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-08-21 John ResigA test was using the old / child selector syntax -...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-11-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
2007-11-16 David SerdukeFixed #1727 bug where :nth-child() was non-standard...
2007-09-08 John ResigFinished up some of the reorganization.