SpiceQA
Questions
Tags
Users
Badges
get row by index
user_555222
0
Created Jun 21, 2011
Edited Jun 21, 2011
Viewed 40674
Follow
how can you get a row by the index?
var rows = $('tr', tbl); rows.index(0).addClass('my_class');
jquery
14
0
Add comment
+
Share
9 Answers
Related