私はFoundation 4 Joyrideプラグインを使用していますが、ユーザーがUI上の特定のボタンをクリックすると起動(そして再起動)する必要がありますそうすることができます。 Zurbのサイトに表示されたコードに従うことで、私はサイトが最初に実行されたときにしか実行できません。 JOYRIDEためZurb's Foundation 'Joyride':開始方法/プログラム方法
ドキュメントはここにある:
http://foundation.zurb.com/docs/components/joyride.html
と私の初期化コードは、私もこれに反対格上げ
$(document).foundation().foundation('joyride', 'start', {template : { // HTML segments for tip layout
link : '<a href="#close" class="joyride-close-tip " style="background: url(../img/bp_sprite.png) no-repeat 0px -940px; margin-top: -4px; "> </a>',
timer : '<div class="joyride-timer-indicator-wrap"><span class="joyride-timer-indicator"></span></div>',
tip : '<div class="joyride-tip-guide" style="background: white; color: black; margin-top: -27px; margin-left: 2px; border-top: 1px dashed #c1c1c1; width: 100%; max-width: 457px;"></div>',
wrapper : '<div class="joyride-content-wrapper" style="background-color: white; color: black; padding: 4px; "></div>',
button : '<a href="#" class="small button joyride-next-tip" style="display: none;"></a>'
}});
ありがとうございました!これは実際に財団の文書に含まれるべきです。 – taglia