是否可以通过点击这样的div来打开彩盒iframe?
<div class="somediv" onclick="$.colorbox({href:'preview.html'});">
这会打开一个Ajax模式,但是我想打开一个iframe,而不必将url存储在这个div之外。
这可能吗? 谢谢:))
答案 0 :(得分:5)
<div class="somediv" onclick="$.colorbox({href:'preview.html', iframe:true, width:'90%', height:'90%'});">