jquery.popup.js 是一款支持 animate.css 动画效果的弹出层模态窗口插件。你可以在初始化插件时,配置模态窗口打开和关闭时的 CSS3 懂,使用非常炫酷和方便。
在页面中引入下面的文件
<link href="css/animate.css" rel="stylesheet"/>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.popup.js"></script>
<div id="myModal" class="myModal">
<!-- Modal Content Here -->
<h3>Modal Title</h3>
<p>Modal Body</p>
<!-- Custom Close Button -->
<b class="myModal-close js-popup-close">x</b>
</div>
.myModal {
max-width: 600px;
padding: 1em;
background: #eee;
display: none;
position: relative;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
/*关闭按钮*/
.item-close {
cursor: pointer;
right: 5px;
top: 5px;
position: absolute;
background: #222;
color: #fff;
border-radius: 100%;
font-size: 14px;
height: 24px;
line-height: 22px;
text-align: center;
width: 24px;
}
$('#elem').popup();
$('#elem').popup({
background: "#000",
position: "absolute",
opacity: .5,
zIndex: 123456788,
classAnimateShow: '', // animate class, link https://daneden.github.io/animate.css/
classAnimateHide: '', // animate class, link https://daneden.github.io/animate.css/
time: 400,
onPopupClose: function(){}, // popup close after function
onPopupInit: function(){} // popup init after function
});
Github 网址:https://github.com/romamaslennikov/jquery.popup.js
演示地址 | 下载地址 |
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!