Obtenez l'index de Selector JQuery

$("#wizard").delegate('li', 'click', function () {
    console.log( $(this).index() );
});
Blushing Bug