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