Hey, been looking lot but couldn't found=/, apply alternate row colors via jquery on $(document).ready event.
$(document).ready(function(){
//Member Directory Table
$('.MemberDetail table tr:odd ').css('background','#F0F0EC');
}
colors applied, but when table is updated with ajax request , it doesnt update colors , so what could be the better way to apply alternate colors to that table, here is example on this page
Here Dynamic Table
thanks in advance btw =)