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.
我正在尝试缩放像彩盒这样的图像。我使用了 Jack Moore 的 colorbox插件。尽管显示标题,但我正在尝试在图像顶部实现锚标记。在这里,我将锚标记的示例显示为 item1、item2、...item5。如果我选择了一个项目,则必须更改图像。
如果您要替换标题,colorbox 的 title 属性接受 HTML 输入,因此它可以是您想要的任何内容。例子:
$('a.example').colorbox({title:"<p>Hello</p>"});