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
Post a Comment