欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Iframe thickbox2.0使用的方法

 更新時間:2009年03月05日 00:14:38   作者:  
一個小項(xiàng)目中用到,奉命進(jìn)行修改,定位到
thickbox.js中的
復(fù)制代碼 代碼如下:

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;
});
}

將紅色部分修改為:
復(fù)制代碼 代碼如下:

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

相關(guān)文章

最新評論