Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get current step? #1

Open
mahony0 opened this issue Apr 16, 2016 · 1 comment
Open

How to get current step? #1

mahony0 opened this issue Apr 16, 2016 · 1 comment

Comments

@mahony0
Copy link

mahony0 commented Apr 16, 2016

I'm not really good at JS. I want to check current step number. Tried this:

$("body").on('click', ".btn-next", function() {
    var activeTabNo = $("li.active").data("step");
    alert(activeTabNo);
});

but no luck.

@mahony0
Copy link
Author

mahony0 commented Apr 16, 2016

Also a small demonstration for how to change the step programmatically will be very helpful

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

No branches or pull requests

1 participant