Answers for "add id attribute to jQuery steps"

0

add id attribute to jQuery steps

onInit: function (event, currentIndex) {
    $('.actions a[href="#finish"]').attr('id', "example1");
},
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language