How can I stop Joyride explicitly?

555 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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

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

It hides the joyride.

1
On

$(document).foundation('joyride', 'off')