Is there a JavaScript alert that doesn't pause the script?

后端 未结 6 1120
甜味超标
甜味超标 2020-11-28 07:51

I\'m looking for something like alert(), but that doesn\'t \"pause\" the script.

I want to display an alert and allow the next command, a form sub

6条回答
  •  暖寄归人
    2020-11-28 08:07

    If already using JQuery http://docs.jquery.com/UI/Dialog is simple to use and styles nicely.

提交回复
热议问题