You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
In my application, I have 2 buttons. Ex: Export and Print. I want to show the tutorial to the user like he can click on Export button and then Print button. This has to be triggered without any input change or dropdown change or url change by/from user. I am trying to find a way to set a checkpoint complete (after clicking Export button). If I set the cookie for particular step as true, after page reload, I am able to go to next step. But I want to do this without page reload. Please let me know if there is any method available in this library.
In my application, I have 2 buttons. Ex: Export and Print. I want to show the tutorial to the user like he can click on Export button and then Print button. This has to be triggered without any input change or dropdown change or url change by/from user. I am trying to find a way to set a checkpoint complete (after clicking Export button). If I set the cookie for particular step as true, after page reload, I am able to go to next step. But I want to do this without page reload. Please let me know if there is any method available in this library.