Skip to content

hdpfe/hdp-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

提示信息浮层

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published