I am trying to get a to appear after every third iteration of a for loop in jquery. I know in PHP it can be accomplished vi
Use this... just like your PHP
if (i % 3 == 0 )