overhang.js 是一款基于 jQuery 和 jQuery UI 的用于显示通知、确认、提示的插件,用于在给定元素内显示时尚、即时的通知、确认或提示,它以动画的方式从顶部滑出。 overhang.js 提供了众多参数,你可以自定义通知的样式,回调函数也能够满足你的更多需求。
(下载的附件中附有DEMO)
<script src="jquery.min.js"></script>
<script src="jquery-ui.min.js"></script>
<script src="overhang.min.js"></script>
<link rel="stylesheet" href="overhang.min.css">
$("body").overhang({
type: "success",
message: "Woohoo! It works!"
});
GitHub 地址 :https://github.com/paulkr/overhang.js
Gitee 地址 :https://gitee.com/mirrors/overhang-js
在线演示 :https://paulkr.github.io/overhang.js/