View Single Post
Old 12-18-2009, 07:51 AM   PM User | #4
mapleleaf
New Coder

 
Join Date: May 2009
Posts: 47
Thanks: 3
Thanked 0 Times in 0 Posts
mapleleaf is an unknown quantity at this point
Where do I add the .click??

This is my code:

Code:
$(document).ready(function() { /* This is basic - uses default settings */ $("a#single_image").fancybox(); /* Using custom settings */ $("a#single_image").fancybox({ 'hideOnContentClick': true }); $("a.group").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': false }); });
That shows an image when clicking on the single_image link. I want to avoid any clicking so I am thinking an invisible link with the single_image id which is clicked automatically onload of the page.

Thanks.

Last edited by mapleleaf; 12-18-2009 at 07:53 AM..
mapleleaf is offline   Reply With Quote