// http://www.sharejs.com $("ul > li").click(function () { var index = $(this).prevAll().length; });