overhang.js
1.1、overhang.js简介

overhang.js是一个基于jQueryjQuery UI的用于显示通知、确认、提示的插件,它以动画的方式从顶部滑出。

overhang.js官网:http://paulkr.github.io/overhang.js

overhang.jsGitHub上的网址:https://github.com/paulkr/overhang.js

1.2、下载overhang.js

通过bower下载:

bower install --save overhang
1.3、引入overhang.js
<link rel="stylesheet" href="/bower_components/overhang/dist/overhang.min.css" />

<script type="text/javascript" src="/bower_components/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/bower_components/jquery/jquery-ui.min.js"></script>
<script type="text/javascript" src="/bower_components/overhang/dist/overhang.min.js"></script>
1.4、使用overhang.js

参考