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