• Stars
    star
    177
  • Rank 215,985 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 14 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐾 jQuery Stepy - A Wizard Plugin

jQuery Stepy - A Wizard Plugin

Build Status NPM Version Dependency Dev Dependency Code Climate Support

jQuery Stepy is a plugin that generates a customizable wizard.

Options

back:        undefined  // Callback before the backward action.
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.
finishButto: true       // Include the button with class called '.finish' into the last step.
header:      true       // Creates a header with title and description.
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.
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:    undefined  // Callback to each field of each step.

Usage

<form>
  <fieldset title="Step 1" class="stepy-step">
    <legend class="stepy-legend">description one</legend>

    <!-- inputs -->
  </fieldset>

  <fieldset title="Step 2" class="stepy-step">
    <legend class="stepy-legend">description two</legend>

    <!-- inputs -->
  </fieldset>

  <a class="stepy-back">back</a>
  <a class="stepy-next">next</a>
  <input type="submit" class="stepy-finish" />
</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

Check it out

Love it!

Via PayPal or Support. Thanks! (:

More Repositories

1

raty

🌟 Raty - A Star Rating Plugin
JavaScript
2,342
star
2

capty

jQuery Capty - A Caption Plugin
JavaScript
56
star
3

slidy

jQuery Slidy - A Transition Plugin
JavaScript
25
star
4

gridy

jQuery Gridy - A Grid Plugin
JavaScript
22
star
5

normalizy

🔧 Attribute normalizer for Rails
Ruby
20
star
6

idy

👓 An ID obfuscator for ActiveRecord
Ruby
18
star
7

aws-ecs-with-terraform

🌎 AWS ECS With Terraform
HCL
14
star
8

inplace

✏️ Inplace - An inplace editor
JavaScript
13
star
9

active_storage_preview

📷 Simple Active Storage script with Direct Upload and Image Preview
JavaScript
12
star
10

chrony

jQuery Chrony - A Count Down Plugin
JavaScript
12
star
11

vraptor-starting-project

A project pre-configured to help you save time!
Java
10
star
12

voting

👍 A Binomial proportion confidence interval voting system with scope and cache enabled
Ruby
9
star
13

jintegrity

A toolbox to help you test!
Java
9
star
14

authorizy

🔒 Ruby on Rails Authorization
Ruby
7
star
15

capybara-box

📦 Capybara Box - A Tool Box for Capybara
Ruby
7
star
16

spring-batch-fixed-length-token

How to copy from a CSV file with fixed length tokens to the database.
Java
6
star
17

attachy

📎 Attachments handler for Rails via Cloudinary
Ruby
6
star
18

blog

CSS
6
star
19

spring-batch-flat-file-database

How to copy from CSV file to the database.
Java
5
star
20

chef-sidekiq

Sidekiq Cookbook for Chef
Ruby
5
star
21

spring-batch-database-flat-file

How to copy from database to a CSV file.
Java
5
star
22

spring-batch-hello-world

A simple project to configure and run Spring Batch.
Java
4
star
23

env_mock

⛅ Mock your ENVs.
Ruby
4
star
24

controle-permissao-vraptor-3

Controle de permissões de acesso a métodos e controllers com VRaptor 3.
Java
4
star
25

flapy

jQuery Flapy - A Tab Menu
JavaScript
4
star
26

treefy

jQuery Treefy - A Tree Plugin
JavaScript
4
star
27

populaty

jQuery Populaty - A Form Populator
JavaScript
4
star
28

dotfiles

📂 Dot Files
Shell
4
star
29

jpa-vraptor-3

Controle de transação e configurações automatizadas com JPA e o VRaptor 3
Java
4
star
30

modaly

✴️ Modaly - A Tiny Modal
JavaScript
4
star
31

complety

💔 Complety - An Auto Complete
JavaScript
4
star
32

controle-login-vraptor-3

Controle de login com VRaptor 3 e JPA.
Java
4
star
33

crud-in-5-minutes-with-phoenix-and-elixir

🔥 CRUD in 5 Minutes with Phoenix and Elixir
Elixir
4
star
34

validaty

✅ Validaty - A Validation Plugin
JavaScript
4
star
35

rspeed

RSpeed splits your specs to you run parallels tests
Ruby
3
star
36

nestedy

⤵️ Nestedy - A Nested Fields Creator
JavaScript
3
star
37

flury

jQuery Flury - A Labeler Field
JavaScript
3
star
38

taby

jQuery Taby - A Textarea Tabulator
JavaScript
3
star
39

graphql-with-absinthe-on-phoenix

GraphQL with Absinthe on Phoenix
Elixir
3
star
40

criando-layout-com-css

Layout com caixas flutuantes e bordas arredondadas utilizando CSS.
3
star
41

styly

jQuery Styly - A Stylish Plugin
JavaScript
3
star
42

manipulando-listas-jquery-vraptor-3

Como manipular listas de objetos em formulários com campos dinâmicos usando jQuery e VRaptor 3.
Java
3
star
43

dojo-vraptor-crud

CRUD com VRaptor
Java
2
star
44

dch_releaser

DCH Releaser - A Debian's Changelog Bumper
Shell
2
star
45

installers

A Toolbox For Server Setup
Shell
2
star
46

jquery-plugin-template

Template for creation of jQuery plugins.
JavaScript
2
star
47

breadcrumby

🍞 A solid Breadcrumb for Rails
Ruby
2
star
48

templaty

🗄️ Rails template generator
HTML
2
star
49

html_compress

A HTML compress rack middleware
Ruby
2
star
50

notify

💬 Notify - A Notifier Plugin
JavaScript
2
star
51

vraptor-3-evitando-circularreferenceexception-do-xstream

VRaptor 3 - Entendendo e evitando o CircularReferenceException do XStream.
Java
2
star
52

chef-ruby

Ruby Cookbook for Chef
Ruby
1
star
53

jenkins

Shell
1
star
54

iniciando-com-testes-javascript-usando-jasmine

Iniciando Com Testes JavaScript Usando Jasmine
JavaScript
1
star
55

mory

A Read More Plugin
1
star
56

validando-formulario-jsf-javascript

Validação de um formulário JSF utilizando JavaScript puro.
JavaScript
1
star
57

marley_spoon

🍴 Marley Spoon
Ruby
1
star
58

criando-template-com-sitemesh

Como criar template com o Sitemesh automatizando a inclusão de conteúdos.
1
star
59

dealerrater_scraper

🐍 DealerRater Scraper
Ruby
1
star
60

sublime-text

Sublime Text Configurations
Shell
1
star
61

fluxbox

My Fluxbox settings
Python
1
star
62

i18n-with-phoenix

🌐 I18n With Phoenix
Elixir
1
star
63

movy-parte-1

VRaptor 3: porque desenvolvimento web em java deve ser simples! (Java Magazine)
Java
1
star
64

movy-parte-4

VRaptor 3: porque desenvolvimento web em java deve ser simples! (Java Magazine)
Java
1
star
65

hibernate-manytomany-com-atributos-e-chave-composta

Hibernate – Relacionamento ManyToMany Com Atributos e Chave Composta
Java
1
star
66

eggy

An Easter Egg Plugin
HTML
1
star
67

sublime-assignment

Sublime Assignment - An Assignment Plugin
Python
1
star
68

batting_average

Batting Average
Ruby
1
star
69

checkall

jQuery Checkall - A Checkbox Checker
JavaScript
1
star
70

chef-unicorn

Unicorn Cookbook for Chef
Ruby
1
star
71

movy-parte-2

VRaptor 3: porque desenvolvimento web em java deve ser simples! (Java Magazine)
Java
1
star
72

sxs

SNS and SQS Wrapper.
Ruby
1
star
73

chef-rsyslog

RSYLOG Cookbook for Chef
Ruby
1
star
74

sprockets-4-debugger-not-works

Sprockets 4 ignores debugger when js_compressor is setted
Ruby
1
star
75

oauth-login-with-phoenix-and-ueberauth

🔑 OAuth Login with Phoenix and Überauth
Elixir
1
star
76

upload-e-download-com-vraptor-3

Upload e Download com o VRaptor 3 para enviar e apresentar o avatar de um usuário.
Java
1
star
77

iniciando-com-testes-ruby-usando-rspec

Iniciando com Testes Ruby Usando RSpec
Ruby
1
star