引入
1  | <link rel="stylesheet" type="text/css" href="css/default.css"> | 
在<body>中插入
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  | < script >    function success() {        notie.alert(1, 'Success!', 2);    }    function warning() {        notie.alert(2, 'Warning<br><b>with</b><br><i>HTML</i><br><u>included.</u>', 2);    }    function error() {        notie.alert(3, 'Error.', 2);    }    function info() {        notie.alert(4, 'Information.', 2);    }    function confirm() {        notie.confirm('Are you sure you want to do that?<br><b>That\'s a bold move...</b>', 'Yes', 'Cancel', function() {            notie.alert(1, 'Good choice!', 2);        });    }    function input() {        notie.input('Please enter your email address:', 'Submit', 'Cancel', 'email', 'name@example.com', function(value_entered) {            notie.alert(1, 'You entered: ' + value_entered, 2);        });    } < /script> | 
<!-- JavaScript -->
1  | <script src="js/notie.js"></script> | 
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com