I am writing an ASP.NET MVC 4 application using JQuery and bootstrap.
There is a modal dialog functionality in my site which used to work smoothly until recently whe
You change you input type="submit" to input type="button"
input type="submit"
input type="button"
Here you are submitting your form twice, one by default behavior of form and another from script