codedance/jquery.AreYouSure

don't reset dirty status on submit

Opened this issue · 0 comments

It would be nice to have an option to not reset / delete the dirty class on submit.
A possible use case is when I have a form submitted via ajax and different steps to complete.
For each step I have a submit, but I don't want to leave the page before the last step.
I could also make a pull request for this feature.