Posted in Javascript onMarch 05, 2009
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使用的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@