Skip to content

Instantly share code, notes, and snippets.

View axdemelas's full-sized avatar

Alexandre Demelas axdemelas

View GitHub Profile
@axdemelas
axdemelas / stepjsinclude.html
Created August 6, 2015 06:40
include stepjs
<script async src="stepjs.min.js"></script>
@axdemelas
axdemelas / gist:978c4ab62b471731b107
Last active August 29, 2015 14:26
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>