Search code examples
javascriptzurb-joyride

How can I stop Joyride explicitly?


I can start Joyride using $(document).foundation('joyride', 'start'); code without refreshing the page. However, is there any method except using the class="joyride-close-tip" to stop the joyride?


Solution

  • I found out the answer myself. Might be useful to others as well.

    $(document).foundation('joyride', 'hide');
    

    It hides the joyride.