Skip to content
Advertisement

How do you force a Jquery Mobile popup to open using php?

Basically, I am trying to force one of my Jquery mobile popups to open up when isset($_POST["submit"]) is triggered.

Note that having the popup load on page load will not work in this situation, it must be activated when the form is submitted.

For example:

JavaScript

Advertisement

Answer

Can you try this one ??

JavaScript

Credits to Omar thanks for correcting me 🙂

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement