[jQuery] Removing an element drom children group
[jQuery] Removing an element drom children group
Hello,
I want to hide all table's rows except the first one. I made this:
$("#table").children().not("tr:first").hide();
And it doesn't hide anything.
Thanks for help
Topic Participants
mzabsky
loren.pipes
John Resig