Skip to content

Instantly share code, notes, and snippets.

@nmussy
Last active December 18, 2015 05:19
Show Gist options
  • Save nmussy/5731854 to your computer and use it in GitHub Desktop.
Save nmussy/5731854 to your computer and use it in GitHub Desktop.
$('#torturial-example-changeOn').torturial([
{
steps: [
{
popovers: [
{
id: 'changeOn-popover',
text: [
"<p>So let's start with a small one.</p>",
"<p>Just click me to close.</p>"
].join(''),
attachTo: $('#changeOn-button'),
attachPos: 'left'
}
],
changeOn: ['click', '#changeOn-popover']
}
]
}
],
{}).torturial('show');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment