I'm trying to find the solution but still can't find and I have to ask this.odd
or even
class not working with loaded content by AJAX
HTML :
<table id="products"></table>
Jquery :
$(function () {$("#product-table tr:odd").addClass("odd") });
Everything's normal if I add rows into table manually.But when I load rows with jquery, odd
class don't work.