jquery-smartwizard
jquery-smartwizard copied to clipboard
A usefull new feature
Hi. It would be nice if you include a way to reset pages starting from an index. For example, I have four pages and I want to reset the last two pages. In my situation, if I make changes in a page, the following pages become useless.
I think this can be achieved by adding the following to the source code:
{
key: "resetFromIndex",
value: function resetFromIndex(index) {
this.steps.slice(index).removeClass('done active');
}
},
Sorry for my English, I speak Spanish Good luck and thank you
{key: "resetFromIndex",value: function resetFromIndex(index) {this.steps.slice(index).removeClass('done active');}},
Great function, I was looking for something like this. This function should be implemented on the plugin.