I need to add new button or checkbox in order to disable the tour in general for my app. Is it possible add new button into tooltip and catch click on it in order to disable the door forever?
Thanks Luca
I need to add new button or checkbox in order to disable the tour in general for my app. Is it possible add new button into tooltip and catch click on it in order to disable the door forever?
Thanks Luca
introJs().setOptions({
steps: [
{
element: '#step1',
intro: "<button>click me</button>"
},
]
})
check this out html in tooltip