Adena E-commerce Profissional

jQuery Stepy

Autor: Washington Botelho
Twitter: wbotelhos
E-mail: washington.botelho@giran.com.br
Página do projeto: http://www.wbotelhos.com/stepy/
jQuery Stepy é um plugin baseado no FormToWizard que gera um passo-a-passo (Wizard).

Exemplo:
    $('#form').stepy();

    <form id="custom">
        <fieldset title="Title">
            <legend>description</legend>
            <!-- input fields -->
        </fieldset>

        <fieldset title="Title">
            <legend>description</legend>
            <!-- input fields -->
        </fieldset>

        <input type="submit" class="finish"/>
    </form>


Demos: wbotelhos.com/stepy
Contribuições: github.com/wbotelhos/stepy