I have this js code:
$(".main-vervolg .right .bottom .panes table.grey tbody tr:odd").css("background-color", "#f8f8f8");
And it is working fine but when i have 2 separated tables with the class grey he is counting further in the second table but i want that he will starts again.
How can i do this?