$("#control .c").each(function(i) { var t = 1 + i; if ($(this).hasClass("active")) { alert(t); } else t++; });