Closed djkuddel closed 11 years ago
Is this the same issue as #10?
No. When I press finish I reload the div with the wizard new. (.load()) But the reload dislay the wizard not correct. Layout is broken.
The plugin doesn't support refreshing itself. I think you would probably need to destroy it, create a new set of DOM elements, then call smartWizard() on them.
But I don't fully understand what you mean, so I could be mistaken. Please feel free to post a sample test scenario ( https://gist.github.com/ )
Example from ( https://github.com/mstratman/jQuery-Smart-Wizard/issues/10#issuecomment-10015241 )
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I hope you don't mind, I deleted your comment from issue 10, since it applies to this one instead. Thanks for the example!
You are welcome. I hope you understand it now. If not maybe we can talk later under skype if you want.
By the way is this smart wizard the same like on this page http://techlaboratory.net/ ?
This is a fork of that project, so it started out exactly like that one, then evolved further.
ok. If you need more information from me please tell me. I must solve this issue fast :(, because developing hang now :(
Sorry, I'm afraid there's very little chance I'll fix this very soon. You may be best served by digging into this on your own.
Hi, how can i init the wizard with ajax without submit the form?
Hi,
I solved it with an workaround.
Hi, actually for me to use a destroy method of smartWizard on dialog close. have you plan to implement this?
Hello,
I put the wizard into a nested tab. Now I have following problem After finish the wizard i reload the wizard with the load event to init wizard again, but the display of the wizard do not work. :(
What make I wrong?
Many thanks DJ