Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Programmaticaly go to a specific step? #45

Closed
ccorrin opened this issue Sep 29, 2013 · 1 comment
Closed

Programmaticaly go to a specific step? #45

ccorrin opened this issue Sep 29, 2013 · 1 comment

Comments

@ccorrin
Copy link

ccorrin commented Sep 29, 2013

I'm having trouble getting the wizard to go to a step on the wizard programmatically, how can I set a specific step index in javascript?

$('#tab3').trigger('click'); doesnt seem to work. Sorry if this is not the right place for questions, I wasn't able to find anything online. Any help would be greatly appreciated.

@VinceG
Copy link
Owner

VinceG commented Sep 30, 2013

@ccorrin

Please see the readme file, it states right there on how to do it:

//calling a method
$('#rootwizard').bootstrapWizard('show',3);

@VinceG VinceG closed this as completed Sep 30, 2013
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

2 participants