Skip to content

Instantly share code, notes, and snippets.

@nmussy
Last active December 18, 2015 05:59
Show Gist options
  • Save nmussy/5736357 to your computer and use it in GitHub Desktop.
Save nmussy/5736357 to your computer and use it in GitHub Desktop.
$('#torturial-example-foreground').torturial([
{
steps: [
{
popovers: [
{
text: [
"See that highlighted thing? ",
"I'd click that if I were you."
].join(''),
attachTo: $('#foreground-button'),
attachPos: 'top'
}
],
changeOn: ['click', '#gist5736357'],
foreground: $('#gist5736357')
}
]
}
],
{}).torturial('show');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment