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.
是否可以通过单击这样的 div 来打开颜色框 iframe?
<div class="somediv" onclick="$.colorbox({href:'preview.html'});">
这会打开一个 Ajax 模式,但是我想打开一个 iframe,而不必将 url 存储在这个 div 之外。
那可能吗?谢谢 :)
<div class="somediv" onclick="$.colorbox({href:'preview.html', iframe:true, width:'90%', height:'90%'});">