Im using this in my MVC project: http://techlaboratory.net/jquery-smartwizard#func-stepstate
There it's explained how to disable or hide steps, but how to reset / mark undone some specific steps?
The reason i need this: I have 7 steps and if he user goes back for example to step 3 and changes something all the following steps have to be resetted, making the user go through them again.
Thanks!