You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$("#smartwizard").on("showStep",function(e,anchorObject,stepIndex,stepDirection){console.log("You are on step "+stepIndex+" now");});
somehow this example is displaying the index of the previous step, not the current. E.g. when the event is trigger after moving from index 0 to 3, it displays 0.
The text was updated successfully, but these errors were encountered:
I'm on the latest version 5.1.1
http://techlaboratory.net/jquery-smartwizard#event-showstep
somehow this example is displaying the index of the previous step, not the current. E.g. when the event is trigger after moving from index
0
to3
, it displays0
.The text was updated successfully, but these errors were encountered: