Fancybox 5 Close and reload
Aşağıdaki Java script kodu işimizi görecektir.
Fancybox.bind("[data-fancybox]", {
on: {
close: (fancybox) => {
window.location.reload();
},
},
});
+BONUS
Konsol Üzerine tüm olayları listelemek için;
Fancybox.bind("[data-fancybox]", {
on: {
"*": (fancybox, key) => {
console.log('Fancybox eventName: ' + key + '');
},
},
});
C#,MVC,MSSQL,Windows Forms