zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 238 forks source link

Adding skip button? #168

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

Great plugin people. We're using it on Doodle3D. But is there a proper way to add a skip tour button next to the OK button? I was able to add a skip button by adding the following html in the content, but that will always be put in front of the OK button.

<p><a href="#" onclick="$(document).joyride('end');">Skip tour</a></p>

Could an skip button option be added that is added on the right of the OK button?

imolorhe commented 10 years ago

+1