Jquery Modal Popup opens twice on Single Click with ASP.Net MVC3
- by user1704379
I am using Modal Popup in my MVC3 application it works fine but opens twice for a single Click on the link.
The Modal pop is triggered from the 'Index' view of my Home Controller. I am calling a view 'PopUp.cshtml' in my modal popup. The related ActionMethod 'PopUp' for the respective view is in my 'Home' controller.
Here is the code,
Jquery…