jquery colorbox遮罩的使用
<link rel="stylesheet" href="<%=path %>/colorbox/colorbox.css" />
<script src="<%=path %>/colorbox/jquery.colorbox.js"></script>
$('button').click(function(){
var url="<%=path %>/s?sum=12";
$.colorbox({title:"我的订阅",open:true,href:url,width:680,height:650});
});
遮罩可以直接调用colorbox控件来执行,值得注意的是$.colorbox还可以:
可以定位到某个页面,并且传递参数
可以定位到某个action或者servlet,那个servlet跳到某个页面则遮罩就是哪个页面,并且传递参数。
如果定位到的那个servlet没有跳转页面。而是进行了客户端的打印,则也可以输出打印的内容。Html代码除外。
相关推荐
周公周金桥 2020-09-06
zjuwangleicn 2020-09-04
hellowzm 2020-08-18
大象从不倒下 2020-07-31
AlisaClass 2020-07-19
尚衍亮 2020-06-12
淡风wisdon大大 2020-06-06
黎豆子 2020-05-07
hilary0 2020-05-04
zhanghao 2020-04-21
MaureenChen 2020-04-21
xingguanghai 2020-03-13
nercon 2020-02-22
impress 2020-02-20
ajaxtony 2020-02-18
teresalxm 2020-02-18
福叔 2020-02-16
mituan 2020-01-17