Fixed bubbling of live events (if an inner element handles an event first - and stops...
[jquery.git] / test / unit / selector.js
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.