Confirm before exit
Use the onBeforeExit callback to get a confirmation before closing the tour:
introJs.tour().onBeforeExit(function () {
return confirm("Are you sure?");
}).start()Use the onBeforeExit callback to get a confirmation before closing the tour:
introJs.tour().onBeforeExit(function () {
return confirm("Are you sure?");
}).start()