[jQuery] :last & :first not working??

[jQuery] :last & :first not working??


Hi there, I am doing some table row colouring with :odd (this works as
expected), but:
$("tr td:last").css("border", "none");
does nothing! I did some further testing on other selectors with other
more obvious classes and the selector :last and :first don't seem to
select anything.
I have tried this with jQuery 1.2 and 1.3.
Any help would be appreciated, thanks