(Deprecated) The Pines Steps jQuery plugin.
- JavaScript 52.7%
- HTML 42.8%
- CSS 4.5%
If step title has step-notraverse, have the 'Prev' button get to the next (closest previous step that is available). |
||
|---|---|---|
| includes | ||
| bower.json | ||
| devnote-stable.css | ||
| devnote.css | ||
| index.html | ||
| jquery.psteps.js | ||
| jquery.psteps.min.js | ||
| README.md | ||
Introduction
Pines Steps is a JavaScript steps (wizard) plugin, developed by Angela Murrell as part of Pines. It is designed to provide an unparalleled level of flexibility, while still being very easy to implement and use.
See http://sciactive.github.io/psteps/ for more information and examples.
Requirements
jQuery (1.X or higher) and Bootstrap.
Getting Started
Pines Steps comes with the following files:
jquery.psteps.js&jquery.psteps.min.js(Minified) - The main JavaScript.
So here's how you'd include them all:
<script type="text/javascript" src="jquery.psteps.min.js"></script>
Now you can use Pines Steps like this:
<script type="text/javascript">
$(function(){
$('#my_steps').psteps();
});
</script>
Configuration Defaults / Options
For options and events see http://sciactive.github.io/psteps/#options
Additional Info
For examples/demos see http://sciactive.github.io/psteps/