关闭Lightbox时遇到问题,因为跳转到顶部,您可以在此链接http://beautytop.com.br/art-secadores/secadores.php中看到它,问题出在页面底部的产品上。我希望关闭灯箱时页面保持在同一个位置。
以下是代码:
$(function() {
// if the function argument is given to overlay,
// it is assumed to be the onBeforeLoad event listener
$("a[rel]").overlay({
mask: 'black',
effect: 'apple',
onBeforeLoad: function() {
// grab wrapper element inside content
var wrap = this.getOverlay().find(".contentWrap");
// load the page specified in the trigger
wrap.load(this.getTrigger().attr("href"));
}
});
});