Added a fix for $("object *") in IE7.
[jquery.git] / src / selector / selector.js
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...