(Deprecated) The Pines Steps jQuery plugin.
This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 52.7%
  • HTML 42.8%
  • CSS 4.5%
Find a file
amurrell a53207c46d Merge pull request #3 from sgtm2000/master
If step title has step-notraverse, have the 'Prev' button get to the next (closest previous step that is available).
2014-06-17 11:01:12 -07:00
includes Updated names and links to jQuery projects. 2014-03-28 17:15:33 -07:00
bower.json Create bower.json 2014-02-17 16:33:23 +01:00
devnote-stable.css Copied structure from pnotify. 2012-09-25 10:18:38 -07:00
devnote.css Copied structure from pnotify. 2012-09-25 10:18:38 -07:00
index.html Updated names and links to jQuery projects. 2014-03-28 17:15:33 -07:00
jquery.psteps.js If step title has step-notraverse, have the 'Prev' button get to the next available step 2014-04-20 00:18:28 -07:00
jquery.psteps.min.js If step title has step-notraverse, have the 'Prev' button get to the next available step 2014-04-20 00:18:28 -07:00
README.md Updated the links to demo site for psteps in the readme.md file. 2014-06-17 10:53:52 -07:00

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/