Go7hic / notify.js

一个简单的纯 JS 顶部提示组件

Home Page:http://go7hic.github.io/notify.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notify.js

一个简单的顶部提示组件

使用

  • 引用 notify.js
<script src="notify.js"></script>
  • 方法
notify.alert(1, '成功提示', 1.5);
notify.alert(2, '警告提示', 1.5);
notify.alert(3, '危险提示', 1.5);
notify.alert(4, '正常提示', 1.5);

其中 1,2,3,4代表四种提示的类型,1==success, 2==warn, 3==danger, 4==primary,1.5表示提示多久后消失

DEMO

http://go7hic.github.io/notify.js/

About

一个简单的纯 JS 顶部提示组件

http://go7hic.github.io/notify.js/


Languages

Language:JavaScript 75.8%Language:HTML 24.2%