Hey all,
I've got a bit of a jQuery problem. I've got multiple tables on a page that all have the same class but no ID. I'd like to be able to be able to get the first row from all of the tables back. Is there an easy way to do this?
This is what I've got so far:
$(.t13Standard tr:first')
But that only selects the first row from the first table. Any way to get the first row from all the tables?
Thanks, Matt