Added a number of additional speed gains (we now hold our own against Dojo and DOMQue...
[jquery.git] / src / selector / selector.js
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...