Home
About Us
C Sharp
ASP.NET MVC
AngularJS
SQL Server
WCF and Web API
Privacy Policy
Contact
Research in .NET
Sunday, 19 April 2015
select n th row of table using jquery
$(document).ready(
function
(){
//select the second row of table and change font color to red
$(
'table tbody tr:nth-child(2)'
).css(
'color'
,
'red'
);
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment