jquery-smartwizard icon indicating copy to clipboard operation
jquery-smartwizard copied to clipboard

The awesome jQuery step wizard plugin

Results 26 jquery-smartwizard issues
Sort by recently updated
recently updated
newest added

i'm use smartWizard see this error $(...).smartWizard is not a function when download sample ![Untitled](https://user-images.githubusercontent.com/10501720/183287500-7e321492-fc3a-45c3-9587-140d27920c07.png)

Adding additional steps (e.g. 8+ steps) causes CSS layout problems with several themes. The problem can be simulated on a 4 step wizard by reducing the document width. Steps to...

help-wanted

**Is your feature request related to a problem? Please describe.** I cannot focus an input field just after showing actual step ``` asistente.on("showStep", function(e, anchorObject, stepNumber, stepDirection) { if (stepNumber...

help-wanted

Hi, Would be nice to have the anchor mouse hoverover show the same icon for completed sections as it does for sections that are currently unavailble when the anchors are...

feature

Hi. It would be nice if you include a way to reset pages starting from an index. For example, I have four pages and I want to reset the last...

feature

Working off your dist example (index.html) to recreate the issue: Add a bunch of content BELOW your wizard form, enough to force a scroll bar. Now do a hard refresh....

help-wanted

**Is your feature request related to a problem? Please describe.** Nope, need a vertical navigation menu layout just like on jQuery Smart Tab v3 http://techlaboratory.net/jquery-smarttab#demo **Describe the solution you'd like**...

help-wanted

Please help adding more unit test cases. Test scripts are under the folder https://github.com/techlab/jquery-smartwizard/tree/master/test Uses https://github.com/jasmine/jasmine and karma to run. Command `npm test` will run the tests.

help-wanted

I am not able to initialize wizard second time. After page is rendered for the first time, and when content is changed dynamicly with java script - initializing wizard second...

Please refer to this question on StackOverflow: https://stackoverflow.com/questions/52334249/jquery-smartwizard-step-being-shown-but-not-being-enabled ------------- I have 5 steps in the wizard. Step 3 and Step 4 are hidden when the wizard first loads. 1. When...