add id attribute with jquery code example
Example: add id attribute to jQuery steps
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},
onInit: function (event, currentIndex) {
$('.actions a[href="#finish"]').attr('id', "example1");
},