này sẽ vô hiệu hóa Fancybox đóng cửa khi nhấp vào lớp phủ (nền bán trong suốt)
fancyEls.fancybox({
helpers : {
overlay : {
closeClick: false
} // prevents closing when clicking OUTSIDE fancybox
}
});
này sẽ vô hiệu hóa tất cả các phương pháp mặc định nhấp chuột đóng Fancybox
fancyEls.fancybox({
closeBtn : false,
closeClick : false,
helpers : {
overlay : {
closeClick: false
} // prevents closing when clicking OUTSIDE fancybox
},
keys : {
close: null
} // prevents close when clicking escape button
});
Và điều này sẽ làm cũng như tắt chức năng trình chiếu
fancyEls.fancybox({
modal : true //If set to true, will disable navigation and closing
});
sử dụng hộp ưa thích 1.3.4 – Michal