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

When calling function, get error `getOptions() is not defined` ``` $.fn.steps.incomplete = function (i) { var wizard = this, options = getOptions(this), state = getState(this); if (i < state.stepCount) {...

http://www.bootply.com/oQiBQbDx36 example breaks once I include: `` The popover on the right side of the textbox does not pop anymore.

how to go to a specific step in javascript

I'd like to submit data back to server when pressing Next, because my wizard is composed of SEVERAL distinct models/objects. Then, if data is ok, I will be redirected to...

Sorry, I don't know how it works with all your tools in the repository which I assume do something for building and testing etc. So I just committed changes directly...

How to add this tab movie on left side in responsive view.after adding me some css i have issue.i have add my css code.i dont know how to solve this...

Changed CSS selector for specific jquery.find calls See working example here: http://jsfiddle.net/uu1zozc8/4/ Also, see this SO discussion: http://stackoverflow.com/questions/32360005/nested-jquery-steps-nothing-displays-on-main-next/32488611#32488611

Just thought you might like to know this. After the first one, clicking on the expand arrow doesn't do anything in Firefox. It seems to work in other browsers.

I have a form that I want to hide a couple of steps if the selected value from a dropdown is "Basic". If the value is "Advanced", it should display...

I ran into an issue trying to require the jquery-steps module in my app.js on my Laravel 5.2 project. Turns out all that was needed was a declaration of the...