10

How could i make a modal wizard with jquery??

Poseidon
  • 227
  • 1
  • 2
  • 12

5 Answers5

9

JQuery Wizard Plugin
http://blog.jerodsanto.net/2008/08/jquery-wizard-redux/

Demo is here:
http://jerodsanto.net/src/wizard/demo/

Very cool.

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
  • 2
    Then you can just put this in a div and use the Jquery dialog widget to make it modal. http://jqueryui.com/demos/dialog/ – Ehz Sep 25 '09 at 20:34
4

Try Wizard plugin here.

Zote
  • 5,343
  • 5
  • 41
  • 43
3

https://github.com/kflorence/jquery-wizard is very nice!

Gourneau
  • 12,660
  • 8
  • 42
  • 42
2

There are now several wizards available, which can be used in combination with a jQuery modal dialog.

Stepy

jQuery Form Wizard

Smart Wizard

Bumptious Q Bangwhistle
  • 4,689
  • 2
  • 34
  • 43
1

You can use the JQuery Wizard Plugin mentioned by Robert for the wizard and combine that with BlockUI a good jquery Modal tool

Josh Mein
  • 28,107
  • 15
  • 76
  • 87