Giter Club home page Giter Club logo

stepy's Introduction

jQuery Stepy - A Wizard Plugin - wbotelhos.com/stepy

jQuery Stepy is a plugin based on FormToWizard that generates a customizable wizard.

Version

@version        1.1.0
@since          2010-07-03
@author         Washington Botelho
@documentation  wbotelhos.com/stepy
@twitter        twitter.com/wbotelhos

Required Files

  • jquery.stepy.min.js
  • jquery.stepy.css

Options

back         : undefined  // Callback before the backward action.
backLabel    : '< Back'   // Change the back button label.
block        : false      // Block the next step if the current is invalid.
description  : false      // Choose if the descriptions of the titles will be showed.
duration     : 0          // Duration of the transition between steps in ms.
enter        : true       // Enables the enter key to change to the next step.
errorImage   : false      // If an error occurs, a image is showed in the title of the corresponding step.
finish       : undefined  // Callback before the finish action.
finishButton : true       // Include the button with class called '.finish' into the last step.
ignore       : ''         // Choose the fields to be ignored on validation.
legend       : false      // Choose if the legends of the steps will be showed.
next         : undefined  // Callback before the forward action.
nextLabel    : 'Next >'   // Change the next button label.
select       : undefined  // Callback executed when the step is shown.
titleClick   : true       // Active the back and next action in the titles.
titleTarget  : undefined  // Choose the place where titles will be placed.
transition   : 'hide'     // Use transition between steps ('hide', 'fade' or 'slide').
validate     : false      // Active the jQuery Validation for each step.

Usage

<form>
  <fieldset title="Step 1">
    <legend>description one</legend>
    <!-- inputs -->
  </fieldset>

  <fieldset title="Step 2">
    <legend>description two</legend>
    <!-- inputs -->
  </fieldset>

  <input type="submit" />
</form>
$('form').stepy();

Functions

$('form').stepy('step', 2); // Changes the form to the second step.

$('form').stepy('destroy'); // Destroy the Stepy's bind and gives you the raw element.

Contributors

  • Almir Mendes
  • Andrey Fedoseev
  • Igor Tamashchuk
  • Rafael Machado

Licence

The MIT License

Donate

You can do it via PayPal. Thanks! (:

stepy's People

Contributors

wbotelhos avatar m3nd3s avatar gog0 avatar tigraine avatar legigor avatar r-f-a avatar mpdroog avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.