I am using this script to insert three different span\'s to the 1st, 2nd and 3rd lis.
span
li
$(\"ul li:eq(0)\").prepend(\"1&l
Or you can do this like this
$("ul li").prepend( function(index, html){ return ("" + (index+1) + ""); });