$(document).ready(function(){ $("ul#portfolio-grid").children('li').each(function(i){$(this).addClass("item-"+(i+1))}); });