sciactive / psteps

(Deprecated) The Pines Steps jQuery plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

(Deprecated) The Pines Steps jQuery plugin.


Languages

Language:CSS 90.6%Language:JavaScript 9.4%