var object = $("body").find("ul#list li")[n]; $("body").find("ul#list li.now").each(function (i) { if (this == object) alert(i); });