做网站|网站建设,就上易助科技网

前端技术文档及相关资料下载

关于前端html、css、js等技术上的各种疑难棘手问题的解决方案探讨及相关资料下载!

JQuery页面顶部通知提示插件Overhang.js
来源:易助科技网浏览量:2收藏

简介

overhang.js 是一款基于 jQuery 和 jQuery UI 的用于显示通知、确认、提示的插件,它以动画的方式从顶部滑出。 overhang.js 提供了众多参数,你可以自定义通知的样式,回调函数也能够满足你的更多需求。

(下载的附件中附有DEMO)

 

使用

1.  引入文件

<script src="jquery.min.js"></script>
<script src="jquery-ui.min.js"></script>

<link rel="stylesheet" href="overhang.min.css">
<script src="overhang.min.js"></script>


2.  简单使用

$("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/