hope this will help you
$(document).ready(function() {
$('#Students > tbody > tr:odd').css("background-color", "green");
});
0
solved Alternating Row in HTML table Using jQuery
hope this will help you
$(document).ready(function() {
$('#Students > tbody > tr:odd').css("background-color", "green");
});
0
solved Alternating Row in HTML table Using jQuery