Currently, I am facing an issue, when I try to disabling a button in a particular step ?
my code is like this
var intro = introJs();
intro.setOptions({
steps: [
{
element: "#add_temp",
intro: "Add your template"
},
{
element: "#addButton",
intro: "Please click on add button ",
position:'left',
hideNext: true
}
],
})