user interface - jQuery UI and fancybox issue: Jumps to top after open fancybox -


i got issue between jquery ui accordion , latest fancybox. after clicking fancybox linked image in accordion script jumps top of site. option set accordion heightstyle: "content". have no idea issue be.

the problem fancybox changes overflow value of body in order hide browser scrollbars. can done helper in fancybox 2.

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

Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -