[Solved] What has the best cross-browser support, JQuery dialogs or HTML5 modal dialogs? [closed]
Sounds like maybe jQuery UI’s Dialogs are what you’re looking for? All you do is set aside some HTML in a container (such as a Div) and then render the dialog box. Link: https://jqueryui.com/dialog/ To “create” the dialog, you’ll just need to create a dialog from the container whenever you need it to be visible. … Read more