Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打开一个 jquery 颜色框。href 将我带到一个有很多外部链接的页面。我希望能够点击链接并在打开的颜色框中打开链接。那可能吗??
该链接是 Facebook 登录名。
如果您查看站点示例,您会发现可以将其作为 iframe 打开。
$('#myLink').colorbox({iframe:true, width:"80%", height:"80%"});
参考资料: