$('ol.custom li').each(function(){ $(this).prepend('<span>' + ($(this).index() + 1) + '</span>'); });