Ajouter un attribut d'identification aux étapes jQuery
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},
Jitu
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},