Added support for a new :header psuedo-selector (only selects H1-H6 elements).
[jquery.git] / src / selector / selector.js
2007-08-31 John ResigAdded support for a new :header psuedo-selector (only...
2007-08-27 John ResigFixed the issue where $("body").find("div#foo") would...
2007-08-24 John ResigMarked all the appropriate methods as being deprecated...
2007-08-22 John ResigFixed use of eval() and new Function() to work within...
2007-08-21 John ResigAdded the new :has() selector (Bug #1521)
2007-08-21 John ResigFix for a selector speed regression (calling a simple...
2007-07-29 John ResigAdded a fix for Safari's broken CSS getComputedStyle...
2007-07-25 John Resig$("#foo", xml) would always return an empty set, fixed...
2007-07-25 John ResigAdded a fix for relative // - $("//div",this) (bug...
2007-07-20 John ResigAdded a fix for h1 + h2 not working. (Bug #1361)
2007-07-06 John ResigFinal fix for Safari crasher (bug #1331).
2007-07-05 John ResigFix for Safari 1.3 crash (bug #1331).
2007-07-05 Ed Engelhardtfix little typo in comment
2007-07-05 John ResigAdded fix for broken child selectors in XML documents...
2007-07-04 John ResigAdded a fix for bug #1331, which caused Safari 1.3...
2007-07-04 John ResigFixed bug that prevented $= from working on elements...
2007-06-29 John ResigWho am I kidding |= is useless.
2007-06-29 John ResigAdded minor support for |= and ~= selectors.
2007-06-29 John ResigAdded fix for :nth-child(n).
2007-06-29 John ResigAdded fix for broken :only-child.
2007-06-29 John ResigAdded massive speed improvements to selectors. Also...
2007-05-13 Brandon AaronFix for #1169
2007-05-01 John ResigWe're not adding new selector features in until a new...
2007-04-29 John ResigQuery now throws no warnings under strict mode in Firef...
2007-04-28 John ResigRemoved support for the XPath [n] - we weren't doing...
2007-04-28 John ResigAdded support for finding elements that have underscore...
2007-04-13 Corey JewettAdd RegExp style xpath attributes and testcases. e...
2007-03-26 John ResigAdded a number of additional speed gains (we now hold...
2007-03-25 John ResigOpera is also vulnerable to the getElementById-returnin...
2007-03-25 John ResigFixed some more bugs with the test suite, made some...
2007-03-25 John Resig(no commit message)
2007-03-25 John ResigAdded support for escaping selectors in ID and Classnam...
2007-03-25 John ResigAdded UTF8 Selector support (#1001) and fixed infinite...
2007-03-24 John ResigMerged my speed improvements into the jQuery core ...
2007-03-24 John ResigAdded a fix for #891 (Using a /foo selector within...
2007-03-24 John ResigAdded fix for #986 (ID selector within an element that...
2007-02-23 Brandon Aaron* Fixed IE ID selectors selecting by the name attribute...
2007-02-14 Brandon AaronUpdate for src and href attribute selectors fix
2007-02-13 Brandon AaronFix the ^= type attribute selector in firefox for href.
2007-02-04 John ResigFixed the ~ selector - it was selecting in the wrong...
2007-01-22 John ResigFixed an issue with child selectors that also have...
2007-01-22 John ResigAdded in jQuery.nodeName() to simplify checking nodeNam...
2007-01-22 John ResigFixed an issue with child selectors accidentally trigge...
2007-01-22 John ResigFixed some more nodeName inconsistencies.
2007-01-22 John ResigFixed an issue with child selectors and XML documents...
2007-01-14 John ResigConverted a lot of for loops to use jQuery.each() instead.
2007-01-14 John ResigAdded a fix for :nth-child(even/odd).
2007-01-14 John ResigAdded a fix for $("div").filter("*") never ending.
2007-01-14 Jörn ZaeffererFixed a few docs
2007-01-14 John ResigRemoved a bunch more bytes from the total file size.
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-12 John ResigAdded minor regexp optimization.
2007-01-11 John ResigAdded a fix for $("object *") in IE7.
2007-01-10 John ResigRemoved support for //foo | //bar - please use ","...
2007-01-10 John ResigAdded support .css("left",30). Fixed up the multiFilter...
2007-01-10 John ResigLots of improvements. Added support for .not( jQuery...
2007-01-09 John ResigAdded support for (basic) nested parens and (basic...
2007-01-08 John ResigFixed a bug with $("body") in dynamic documents, refact...
2007-01-07 John ResigAdded support for [@foo] against DOM object properties...
2007-01-07 John ResigFixed problem with $("div",$("body")) breaking (returni...
2006-12-31 John ResigMoved the bulk of the selector code out into a separate...