thickbox.js中的
实现代码如下:

function TB_init(){
$("a.thickbox").click(function(){
var t = this.title || this.name || null;
var g = this.rel || false;
TB_show(t,this.href,g);
this.blur();
return false;
});
}

将红色部分修改为:
实现代码如下:

self.parent.TB_show(t,this.href,g);

以上就是【Iframe thickbox2.0使用的方法】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)
发表我的评论

最新评论

  1. 暂无评论