Добавить атрибут идентификатора в jQuery Steps

onInit: function (event, currentIndex) {
    $('.actions a[href="#finish"]').attr('id', "example1");
},
Jitu