Combine dialog and wizard in jQuery

246 Views Asked by At

I need to create multiple steps dialog with next, back, cancel and submit buttons. I tried to use wizard within empty dialog, but it's just don't have the look and fill of a dialog.

  1. Is it the right way to put wizard in an empty dialog?
  2. Does jQuery have other component to that (I didn't find one)?

Thanks!

1

There are 1 best solutions below

0
On

You can make use of

1) Jquery plugins ( link1 , link2 etc)

2) Or Do from the scratch (link3)