$("table tr").eq(0).hide("slow");
this works fine for me with IE7
Nando Vieira wrote:
>
> Hello there!
>
> I'm trying to hide the first row with
>
> > $('tbody tr').eq(0).hide('slow')
>
> But this code throws an error (eq function doesn't exist).
>
> > $('tbody tr').get(0).hide('slow')
>
> Does not work either.
>
> How do I use "eq" with "hide" method?
>
> --
> Nando Vieira
> bloggin' @ http://simplesideias.com.br
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/Using-hide-method-tf2241712.html#a6217908
Sent from the JQuery forum at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/