Any JQuery alert() replacement for JavaScript's native one?

前端 未结 9 866
心在旅途
心在旅途 2021-02-06 16:32

I would like to replace the native javascript alert() with my own, so that I would be able to control the theme and have it more JQueryUI look and feel. I\'ve tried numerous alt

9条回答
  •  你的背包
    2021-02-06 17:03

    You can use and perfectly control this ui dialogs http://jqueryui.com/demos/dialog/

    Just evoke them when needed.

提交回复
热议问题