[jQuery] how to put a link in a fancybox title

http://www.devppl.com/forum/post64655.html

 <a title="text about the project :: &lt;a href='http://www.someclient.com'&gt;Launch website&lt;/a&gt;" href="delete/big.png"><img src="delete/thumb.png" alt="" width="115" height="115" /></a>

    $('a.gallery').fancybox({
    'titlePosition' : 'inside'
    });

Leave a Reply