Skip to content

Instantly share code, notes, and snippets.

@axdemelas
Last active August 29, 2015 14:26
Show Gist options
  • Save axdemelas/978c4ab62b471731b107 to your computer and use it in GitHub Desktop.
Save axdemelas/978c4ab62b471731b107 to your computer and use it in GitHub Desktop.
Usage example StepJs
<!-- anchors -->
<a href="#step-1" data-steps="step-example">go to step 1</a>
<a href="#step-2" data-steps="step-example" class="active">go to step 2</a>
<a href="#step-3" data-steps="step-example">go to step 3</a>
<!-- step structure -->
<div id="step-example" class="step-content">
<div id="step-1">
<h1>Step 1</h1>
</div>
<div id="step-2">
<h1>Step 2</h1>
</div>
<div id="step-3">
<h1>Step 3</h1>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment