Dodaj atrybut ID do kroków JQuery
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},
Jitu
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},