Quantcast
Channel: Niluka Blog » Jquery
Viewing all articles
Browse latest Browse all 17

Jquery add class to table last raw

$
0
0

What is the best method in jQuery to add a class to a table last row?

$("table tr:visible:last-child").addClass("last");

:)



Viewing all articles
Browse latest Browse all 17

Trending Articles