jquery element index code example Example: jquery index of element $("#wizard li").click(function () { console.log( $(this).index() ); });