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
It sounds like you may be submitting the form once from your script, and then again due to the browser's default behavior. Try adding this to the top of your handler:
event.preventDefault();