我喜欢将facebox放在我工作的项目中心。当我添加此代码时,它将居中
$(document).bind('close.facebox', function() {
$(document).unbind('keydown.facebox')
$('#facebox').fadeOut(function() {
$('#facebox .content').removeClass().addClass('content')
$('#facebox .loading').remove()
$(document).trigger('afterClose.facebox')
})
hideOverlay()
})
问题是它会加载到顶部然后移动到中心。无论如何都要让facebox加载到中心?感谢。