/ Published in: jQuery
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() {
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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' });