创建简单的Toast消息jQuery插件:simply-toast
jopen
10年前
创建简单的Toast消息jQuery插件,所有CSS样式都抽取自bootstrap, 所以假如你已经使用bootstrap,你就不需要引入simply-toast.cs文件了。
$.simplyToast('This is a success message!', 'success');$.simplyToast('This is a danger message!', 'danger');
$.simplyToast('This is a info message!', 'info');
$.simplyToast('This is also an info message!'); //'info' is the default type
$.simplyToast('This is a warning message!', 'warning');