Tagged Questions
0
votes
2answers
3k views
jQuery UI Dialog - Ajax in PHP
I have an HTML form in a PHP file like the attached snippet:
When I hit the "Save Details" button, I want the page to load a jQuery UI modal dialog. That dialog will execute a controller action ...