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

A powerful jQuery wizard plugin that supports accessibility and HTML5.

Results 113 jquery-steps issues
Sort by recently updated
recently updated
newest added

Selection from steps config: ```javascript $("#divPartSteps").steps({ headerTag: "h3", bodyTag: "section", transitionEffect: "slideLeft", autoFocus: true, enableFinishButton: true, labels: { previous: "Back", next: "Next", finish: "Submit", loading: "Loading..." }, //end labels onStepChanging:...

Currently, the wizard only gets initialized on DOM load. Let's say I have altered the structure of the wizard by inserting/removing steps, is there a way to reset its structure...

Hello. I am working with this library within React and I am unable to pass onChange to the input tags (will not fire, and does not render on the DOM)....

Thanks for a great plugin. Wish I would've found it sooner. Makes my long forms much more readable. :) I do have an issue when inserting steps: $('#wizard').steps('insert', 1, {...

I'm going through the examples for manipulating tabs here: http://www.jquery-steps.com/Examples#manipulation. However, I am getting an error message saying "Cannot read property 'stepCount' of null".

This is what I do, but without success onFinished: function (event, currentIndex) { $("#example-advanced-form .actions a[href='#finish']").prop( "disabled", true ); //other stuff }

How get Total number of steps i.e total count in current wizard ?? any method ??

enhancement
v2.0.0

I am trying to use this library as part of a server-side Blazor project. However I am having an issue because when a button is clicked (for example the next)...

I have adjusted the CSS class for displaying the button group on the top of the wizard content. But it's not compatible for responsive design. how make it display on...

Hello Is it to possible to move the navigation bar(buttons(previous, next) to the top ? Because it's hidden on the page when i have a big forms