overhang.js
是一个基于jQuery和jQuery UI
的用于显示通知、确认、提示的插件,它以动画的方式从顶部滑出。
overhang.js
官网:http://paulkr.github.io/overhang.js
overhang.js
在GitHub上的网址:https://github.com/paulkr/overhang.js
通过bower下载:
bower install --save overhang
<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>