 
						一款优秀的弹出层插件,继承苹果风格
==============以下内容由 呵,云淡风轻 提供==============
1.添加js和css的引用
| 1 2 | <scriptsrc="lib/sweet-alert.min.js"></script> <linkrel="stylesheet"type="text/css"href="lib/sweet-alert.css"><br> | 
2.可以调用了
| 1 2 3 4 5 6 | swal({      title: "Error!",      text: "Here's my error message!",      type: "error",      confirmButtonText: "Cool"});<br> | 
=================以下代码由 阿呆 提供==================
填加确认及取消的方法
| 1 2 3 4 5 6 7 8 9 | swal({     title: "Are you sure?",     text: "You will not be able to recover this imaginary file!",     type: "warning",     showCancelButton: true,     confirmButtonColor: "#DD6B55",     confirmButtonText: "Yes, delete it!",     closeOnConfirm: false},  | 
// 函数回调
| 1 2 3 | function(){     swal("Deleted!", "Your imaginary file has been deleted.", "success");} | 
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com