> I got on the w3c validator discussion list because of
> target being dropped from xhtml 1.1
> ...
> I changed target into class="target somewhere"
> and let jquery do the rest.
Were you trying to open a new window on some links? One easy way to do that
is to set the target dynamically.
$("[EMAIL PROTECTED]").attr("target","_blank");
<a rel="external" href="http://www.google.com">test</a>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/