in version 3 it was like this:
$("[data-fancybox]").fancybox({
afterClose: function () {
//window.location.reload();
$(".modal-content").removeClass("active");
},
});
How to write the same in version 4?
in version 3 it was like this:
$("[data-fancybox]").fancybox({
afterClose: function () {
//window.location.reload();
$(".modal-content").removeClass("active");
},
});
How to write the same in version 4?
Copyright © 2021 Jogjafile Inc.