Jquery fancybox 可以实现在当前页面弹出框
Posted phyxis_xu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jquery fancybox 可以实现在当前页面弹出框相关的知识,希望对你有一定的参考价值。
<a title="收费用户" class="normal2 fancybox.iframe" href="/backmanage/userDate?mail=‘+dat[i]["nvcEmail"]+‘" target="_blank"><span class="color1">${user.username}</span></a>
$(".normal2").fancybox({ ‘width‘:‘60%‘, ‘height‘:‘80%‘, ‘autoSize‘ : false, ‘autoCenter‘ :true });
以上是关于Jquery fancybox 可以实现在当前页面弹出框的主要内容,如果未能解决你的问题,请参考以下文章
将 jquery 函数绑定到 fancybox .close() 事件