Attach jQuery dialog to Submit button in ASP.NET-MVC

Posted by RememberME on Stack Overflow See other posts from Stack Overflow or by RememberME
Published on 2010-04-30T18:09:30Z Indexed on 2010/04/30 18:17 UTC
Read the original article Hit count: 301

I have a submit button which has been working to submit my form in ASP.NET-MVC.

I would like to attach a jQuery dialog to the button click. If the user exits out of the dialog, then I would like to exit from the submit as well.

I have dialogs hooked to other buttons, but not submits. How can I do this?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about jQuery