Tagged Questions

4
votes
3answers
296 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
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 ...