创建简单的Toast消息jQuery插件:simply-toast
创建简单的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');
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!