get row by index

Viewed 40674

how can you get a row by the index?

var rows = $('tr', tbl);
rows.index(0).addClass('my_class');
9 Answers
Related