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 モーダルが開きますが、この div の外に URL を保存せずに iframe を開きたいと思います。
それは可能ですか?ありがとう :)
<div class="somediv" onclick="$.colorbox({href:'preview.html', iframe:true, width:'90%', height:'90%'});">