Back

js - jquery toast message, notification messages (pop up , dialog box ... ) 一个不错的消息弹窗

发布时间: 2018-07-25 13:13:00

参考:http://www.ashishblog.com/display-notification-messages-using-jquery/

非常快速上手,三分钟吧。 

下载css, js, 

把css, 中的若干图片做替换:

http://showmethemoney.sweetysoft.com//image/780/close.gif

779, success,   778, error (替换上面的url) 

然后,把 js文件中的position , 从当前的top-right, 替换成center  (只有三种可用: top-right, center,  middle-bottom ,默认)

就可以了。

用法::

$().toastmessage('showSuccessToast', "Success Dialog which is fading away ...");

Back