No products in the cart.
Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
January 18, 2011 at 11:32 am in reply to: jQuery, fancybox working but only when you click this image twice #10120
karol-may
ParticipantAfter many hours I solved the problem simply by change:
$(this).fancybox({
to:
$.fancybox(this,{
$('#Contact').ready(function(){ $('a#Contact-Map').live('click',function(event){ event.preventDefault(); $.fancybox(this,{ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, 'speedOut' : 200, 'overlayShow' : true }); }); });
- AuthorPosts
Viewing 1 post (of 1 total)