add id attribute to jQuery steps 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");
},