hdp-tips
v1.0.0
Published
Tips popup
Downloads
3
Readme
hdp-tips
Install
<script src="jquery.min.js"></script>
<script src="hdp-tips.min.js"></script>
Or
npm install hdp-tips
var tips = require('hdp-tips');
Brower Support
IE6+
Demo
https://hdpfe.github.io/hdp-tips/
Usage
tips.info('提示',5000);
tips.success('修改成功');
tips.fail("操作失败");
tips.loading('正在加载');
tips.hide();