jquery-wizard
jquery-wizard copied to clipboard
A powerful jquery plugin for creating step-by-step wizards. Work great with bootstrap.
Get the current shown step index var index = $().wizard('currentIndex'); Is not the current index returned?
### Checklist * [x] I'm using version: v0.4.3 * [x] My browser is: Chrome 56 ### Description Returning false via the "onNext" does not prevent the wizard from continuing to...
### Checklist * [ ] I'm using version 0.8.1 * [ ] My browser is: Chrome ### Description Hello, I have multiples forms wizard into popup and calling via javascript....
How to use jquery.validation plugin with this?
### Checklist * [x] I'm using **version** v0.4.4 * [x] My **browser** is: chrome ### Description File upload button won't click when placed inside the wizard
Hello, I am using this plugin in my angularjs project. As part of the requirement, I need to add a step dynamically on click event and I was able to...
$('#wizard').wizard('reset'); 重置执行完成按钮 还是在完成的那个页面,不应该是初始化的时候么? 暂时解决方案: $('#wizard').wizard('goTo', 0); $('#wizard').wizard('reset');
It would be helpful if there was a way to enable clicking into any step directly from initiation of the wizard, without having to have completed the previous steps first....
Hi, I am currently working on this jquery wizard with four steps. In Step 2, I made two buttons "yes" and "no" where "no" hides the div (pg2) and show...
### Checklist * [x] I'm using **version** [0.4.3] * [x] My **browser** is: Chrome Version 57.0.2987.133 (64-bit) * [ ] This is a **Sass** issue: I'm using version [x.x.x] *...