bootstrap-tour icon indicating copy to clipboard operation
bootstrap-tour copied to clipboard

Quick and easy product tours with Twitter Bootstrap Popovers

Results 110 bootstrap-tour issues
Sort by recently updated
recently updated
newest added

Enable a .on("click") over button with data-role='pause' and data-role='resume' see: https://github.com/sorich87/bootstrap-tour/issues/432

'indicators' option can be set in global and in step options. See demo step in docs or http://prntscr.com/7qe2xt

Honestly I have no idea if this PR is ok as the tests do not run at the moment. So please have a look... Background: I'm building an angular SPA...

I want to add the ability to have an an attr isFrozen that when true will require the user the do something. Upon completing the action tour.unFreeze will re enable...

When backdrop element is in a relative div, $el.offset positions the backdrop incorrectly

By default skipOrphan is true, and the behavior of the boostrap-tour is not changed. However if skipOrphan is false, then when the step element is not found, the tour will...