JavaScript alert box with timer

前端 未结 7 1734
粉色の甜心
粉色の甜心 2020-12-02 17:19

I want to display the alert box but for a certain interval. Is it possible in JavaScript?

相关标签:
7条回答
  • 2020-12-02 17:47

    If you are looking for an alert that dissapears after an interval you could try the jQuery UI Dialog widget.

    0 讨论(0)
提交回复
热议问题