Skip to content

Instantly share code, notes, and snippets.

@mrsweaters
Created October 1, 2012 20:14
Show Gist options
  • Save mrsweaters/3814146 to your computer and use it in GitHub Desktop.
Save mrsweaters/3814146 to your computer and use it in GitHub Desktop.
start tour on click instead of onLoad
$('#startTour').on('click', function (e) {
e.preventDefault();
$('#contentUL').joyride();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment