在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() {
<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> $('a.gallery').fancybox({ 'titlePosition' : 'inside' });
以上是关于在fancybox标题中添加链接的主要内容,如果未能解决你的问题,请参考以下文章