Recently I worked on a piece where we needed wizard like functionality, and I did little bit searching on different wizard options available in jQuery. Here are some of the options available with some comments.
You can use the one which suits your requirements -
http://techlaboratory.net/smartwizard
- Demo, user registration, validation, detailed
http://www.wbotelhos.com/stepy/
- Validations, Style
http://jquerytools.org/demos/scrollable/wizard.html
- Good, you might need to change the styles etc.
http://www.noveltheory.com/Wizard/
- very basic
https://github.com/jackkeller/jquery-stepwizard
- Step wizard, again basic one
http://thecodemine.org/#
Addition to this if you are planning to do more along with wizard functionality like registration form etc, I would recommend to use sisyphus.js. Its provides auto-save google docs/gmail like feature which leverage HTML5 - local storage to prevent your work when you accidentally close or refresh the page.
You can use the one which suits your requirements -
http://techlaboratory.net/smartwizard
- Demo, user registration, validation, detailed
http://www.wbotelhos.com/stepy/
- Validations, Style
http://jquerytools.org/demos/scrollable/wizard.html
- Good, you might need to change the styles etc.
http://www.noveltheory.com/Wizard/
- very basic
https://github.com/jackkeller/jquery-stepwizard
- Step wizard, again basic one
http://thecodemine.org/#
Addition to this if you are planning to do more along with wizard functionality like registration form etc, I would recommend to use sisyphus.js. Its provides auto-save google docs/gmail like feature which leverage HTML5 - local storage to prevent your work when you accidentally close or refresh the page.
No comments:
Post a Comment