在fancybox标题中添加链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在fancybox标题中添加链接相关的知识,希望对你有一定的参考价值。

add the "a class" part in the body and the $('a.gallery') part between your javascript tags on the line right after $(document).ready(function() {
  1. <a class="gallery" href="gallery/big.png" title="text about the project :: <a href='http://www.client.com'>Launch website</a>"><img src="gallery/thumb.png" width="115" height="115" alt="" /></a>
  2.  
  3. $('a.gallery').fancybox({
  4. 'titlePosition' : 'inside'
  5. });

以上是关于在fancybox标题中添加链接的主要内容,如果未能解决你的问题,请参考以下文章

在 JSP 中的 <% %> 代码片段中添加链接

为fancybox链接分配多个组名

如何从多个链接调用相同的 fancyapp [fancybox 3.5] javascript?

尝试使用 Fancybox 在标题上方添加标题

Fancybox 3 将链接标题更改为数据标题

Fancybox:在列表中添加每个相关的 html 内容