如何在lightbox2的标题中添加自定义html

时间:2015-01-18 18:20:51

标签: jquery lightbox2

我想使用不同的属性在lightbox2标题代码中添加自定义html。我想添加网址,产品名称和产品代码。

这是我的画廊。

http://psd2htmlexpert.com/work/cs-gallery/

我可以在标题中添加简单的文字。

提前致谢。 这是我想要的一个例子。

http://temp.simpleidea.us/cs-gallery/gallery.html

1 个答案:

答案 0 :(得分:0)

谷歌的一点点似乎已经添加到最新版本的Lightbox 2.这里是the issue on the project's homepage

所以,对你来说,这意味着,更新你的灯箱版本,然后你可以这样做:

<a href="images/1.jpg" data-lightbox="gallery" data-title="<a href='http://google.com'>Link to google</a>. More text.">
  <img class='item' src='images/thumbs/1.jpg' />
  <span class='caption'>
    <span class='icon fa fa-search'></span>
  </span>
</a>

这是a demo