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.
我正在使用颜色框显示 iframe,但它可以显示下一个/上一个按钮与分组照片相同吗? http://www.jacklmoore.com/colorbox/example1/
取决于您计划如何使用 iframe。但是要将链接组合在一起,请使用 colorbox 的 rel 属性:
$('a.iframe').colorbox({rel:'my_iframes'});
在这里,“my_iframes”可以是任何标识符。只是必须是一些东西,以便颜色框知道哪些元素可以组合在一起。