jquery - fancybox2 / fancybox causes page to to jump to the top -


i have implemented fancybox2 on dev site.

when engage fancybox (click link etc) whole html shifts behind - , goes top. have working fine in demo, when drag same code project jumps top. not links inline divs, simple image gallery.

has experienced this?

this can done helper in fancybox 2.

$('.image').fancybox({   helpers: {     overlay: {       locked: false     }   } }); 

http://davekiss.com/prevent-fancybox-from-jumping-to-the-top-of-the-page/


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -