Tech Mania
Search This Blog
Friday, August 6, 2010
How to find nth row or table using jQuery?
Try this :
$(document).ready(function(){
$("table tr:eq(3)).css("background","#000");
}) ;
1 comment:
Anonymous
February 28, 2011 at 12:46 PM
I think using nth-child will help.
If you need more help you can get back to me at referscripts.com
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
I think using nth-child will help.
ReplyDeleteIf you need more help you can get back to me at referscripts.com