Closed rodrimaia closed 10 years ago
@rodrigomaia17 Hi, I'm trying to use this. But The wizard goes to the bottom of the page. It doesn't work properly. What do you mean by "pass the arg 'container' with the container for the wizard" ?
Thanks.
should be something like var option = { isModal: false, container: '.my_container', } var wizard = jQuery("#my-wizard").wizard(options);
and you have to use @rodrigomaia17 's commit. However does not work with Bootstrap3
Closed while awaiting test results.
Now you can use wizard inline in your page, just pass the arg 'container' with the container for the wizard (together with the isModal : false ).