real modal confirm jquery -


my question simple , stupid, it's impossible me find answer: want replace js confirm nice dialog box. seems impossible simple thing in jquery:

function ..... () {     alert (1);     confirm ( "some question" );     alert (2); } 

the script shows "some question", stops , waits user input, continues after.

is impossible in jquery (please not answer confirm plugin, pseudo modal plugin, or deffered ... ==> not same js confirm)?

and if it's impossible in jquery, there way this?

confirm , alert depend on browser , underlying operating system. browser responsible opening them , there no way style them or otherwise modify behavior.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -