Код: Выделить всё
Fancybox.show([{
src : "#modal",
closeButton : false,
}], {
on: {
"close": (fancybox, eventName) => {
// Something here to precent closing ...
});
Подробнее здесь: https://stackoverflow.com/questions/797 ... g-of-popup
Код: Выделить всё
Fancybox.show([{
src : "#modal",
closeButton : false,
}], {
on: {
"close": (fancybox, eventName) => {
// Something here to precent closing ...
});