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.
colorbox を使用して iframe を表示していますが、Grouped Photo と同じように次/前のボタンを表示できますか? http://www.jacklmoore.com/colorbox/example1/
iframeの使用を計画している方法によって異なります。ただし、リンクをグループ化するには、colorboxのrelプロパティを使用します。
$('a.iframe').colorbox({rel:'my_iframes'});
ここで、「my_iframes」は任意の識別子にすることができます。カラーボックスがどの要素をグループ化するかを認識できるようにする必要があります。