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

wizard.on('closed',callback) broken #93

Open
joekuzma opened this issue Oct 1, 2014 · 0 comments
Open

wizard.on('closed',callback) broken #93

joekuzma opened this issue Oct 1, 2014 · 0 comments

Comments

@joekuzma
Copy link

joekuzma commented Oct 1, 2014

For some reason, I can not attach to the wizard close event. I want the page to refresh when anyone closes the wizard...

var wizard = $("#campaignWizard").wizard();

wizard.on('closed', function () {
    alert("Closed Event Triggered");
    location.reload();
});

I never get the Alert, no does the page refresh.

I'm using a bootstrap app, and this is driving me nuts... Any ideas?

I am able to do events like:

wizard.on("submit", function (wizard) {
....
});

that works fine... but the above one does not.

help...

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

1 participant