Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Error to reopen wizard by default. #113

Open
molayac opened this issue Aug 8, 2016 · 2 comments
Open

Error to reopen wizard by default. #113

molayac opened this issue Aug 8, 2016 · 2 comments

Comments

@molayac
Copy link

molayac commented Aug 8, 2016

When I open firts time the wizard it wors ok, but if without reload page I open again the modal no cards are found it...

I create the var wizard = $("#some-wizard").wizard(otions); on $(document).ready({}); what I am missing or doing bad?

@xewl
Copy link

xewl commented Dec 6, 2016

Indeed, the show option doesn't work correctly.
I've set it to false, and chained the wizard.show()-function instead.

@chernandezosma
Copy link

Even using wizard.show() fails.
My code is like this

            $('#add-new-member').click(function(event) {
                var wiz = setupWizard('new-member-wizard');
                wiz.reset();
                wiz.show();
            });

And fails the second time that you load the wizard the content is blank

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants