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:

  1. I think using nth-child will help.

    If you need more help you can get back to me at referscripts.com

    ReplyDelete