Return to Snippet

Revision: 46869
at May 27, 2011 00:43 by gamblelyn


Initial Code
<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'
    });

Initial URL


Initial Description
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() {

Initial Title
Put a link in a fancybox title

Initial Tags
html, jquery

Initial Language
jQuery