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 画廊设置。组名与其类相同的简单标签。我想要一种简单的方法来为每张图片显示标题或标题。理想情况下只是取自图像的 alt 属性或类似的东西。我找到了一些涉及调用 title() 函数的解决方案,但我不明白如何实现它们。谢谢!
插件提供了最简单的方法。只需将您的文本放在相关图像的 TITLE 属性中即可。这是插件演示页面的代码片段:
<a class="group1 cboxElement" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a>