Related questions
Going to a custom step with jQuery-steps
I am using a jQuery-steps on my app to for a wizard-like situation. I am having trouble finding out how to change to a custom step though. Any help with this one?
$(function () {
$("#wizard").steps({
headerTag: "h2",
bodyTag: "section",
transitionEffect: "…
Enable/Disable asp:validators using jquery
I am working with a wizard, where the user can sign up. There is a asp:RadioButtonList with two options, and some of the input fields in the wizard changes when the radiobutton changes. On each field there is some …
Jquery Steps ->button click->go to step
I'm using the jquery steps wizard in asp.net application.
I have problem with event to change step when click the button.
Initailize steps in file.js
var WizardFunc = function () {
var wizard = null;
return {
WizardSet: function () {
wizard = $('#order').steps({
…