$(function(){ $('#musiclinks li').each(function(index){if ((index % 3) < 2) { $(this).addClass('rtmargin') }; }); });