How can I stop Joyride explicitly?

576 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
Sujan 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
Mohammed Al-said On

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