插件使用一顶部消息提示---overhang

overhang 是一个非常好的消息提示插件,它是在顶部提示。

官方网站:https://github.com/paulkr/overhang.js

使用方法

1、引入jquery库和jqeury ui库,在国内别用Gooogle的,使用微软的比较好。

2、引入overhang的css和js。

1
2
< link rel = "stylesheet" type = "text/css" href = "dist/overhang.min.css" />
< script type = "text/javascript" src = "dist/overhang.min.js" ></ script >

3、接下就可以使用overhang提供的消息提示功能啦。

1
2
3
4
$( "body" ).overhang({
   type: "success" ,
   message: "Woohoo! Our message works!"
});

更多示例,下载https://github.com/paulkr/overhang.js上的源码。

猜你喜欢

转载自www.cnblogs.com/max-hou/p/9667906.html
今日推荐