tags:

views:

535

answers:

4

How could i make a modal wizard with jquery??

+2  A: 

Try Wizard plugin here.

Zote
unnecessary use of an intermediate site for link. Why not just link to the site itself?
Patrick Klingemann
@Patrick sorry...
Zote
Honestly, I was just testing the Down Vote functionality since I had just been given the ability. No offense intended. Now that I realize I lose a reputation point for a down vote I'll be more judicious.
Patrick Klingemann
@Patrick, if its was just an test, you can up vote again :)
Zote
I just tried and it gave me this error:Vote too old to be changed, unless this answer is edited (click on this box to dismiss)Why don't you change the link to link directly to the page and I'll vote it back up.
Patrick Klingemann
@Patrick Done!!
Zote
+6  A: 

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
Then you can just put this in a div and use the Jquery dialog widget to make it modal. http://jqueryui.com/demos/dialog/
OG
+1  A: 

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

jmein
A: 

thank you all for your attension to this matter,but i am totally new in Jquery and i saw a lot of ways to implement it.I am getting confused waht is the best way to implement it.. once again,thank you guys,