[jQuery] please support :target
http://www.w3.org/TR/css3-selectors/#target-pseudo
:target makes it very easy to style a part of a page that has been
scrolled to. It is not supported by all browsers but the css rules are
easy to write. I wish something similar would be possible in jquery.
:target { background: url(fade-yellow.gif) font-weight: bold; }
MAybe it is possible. I can't find it though.