ericbock / jWizard

jQuery Plugin for generating a Windows Wizard-like interface for your Web Applications

Home Page:http://dominicbarnes.us/jWizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jWizard

jQuery UI Wizard Widget

** Attention ** I have finally decided to release this sucker as 1.0 :)

jWizard can take your boring HTML forms and turn them into a Windows Wizard-like interface.

The require markup and setup is simple and straightforward.

With nothing more than this:

and this: $(document).ready(function() { $("#wizard").jWizard(); });

The rest of the HTML as well as the JS that you need for a slick wizard interface is automatically generated and handled behind the scenes.

By digging into the configuration, even more functionality is available. All of it is well-documented here and there is a complete set of demos here.

About

jQuery Plugin for generating a Windows Wizard-like interface for your Web Applications

http://dominicbarnes.us/jWizard