Tagged Questions
4
votes
3answers
310 views
PHP to jquery dialog() interaction issues.
I have an html button:
<button id="monitor" onclick="startMonitor('<?php echo $result_cameras[$i]["camera_hash"]; ?>', '<?php echo $result_cameras[$i]["camera_name"]; ?>', '<?php ...
0
votes
0answers
53 views
load page ajax after submit jquery dialog modal
I got a question here. I'm using a jQuery modal form to save some data into a MySQL database. What I'm trying to accomplish is that when the user enters data into the texfields of the dialog box and ...
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 ...