Fixed an issue with child selectors that also have filters.
[jquery.git] / src / selector / selector.js
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...