我使用fancybox弹出登录页面
jQuery(function () {
jQuery(".spop").fancybox({
'transitionIn': 'elastic',
'transitionOut': 'elastic',
'speedIn': 400,
'speedOut': 200,
'width': 320,
'height': 315,
'padding': 0,
'margin': 0,
'titleShow': false,
'scrolling': 'no',
'type': 'iframe',
'overlayShow': true,
'onClosed': function () {
parent.location.reload(true);
}
});
如您所见,我使用事件'onClosed':function () { parent.location.reload(true);
但我需要做这个活动但在某些条件下
如果用户单击关闭我需要 fancebox 不要重新加载您可以在此链接 http://www.aqar4me.com/rent.aspx中找到此问题