Already once met with the syntax:
$('#exampleModal').reveal({ close: function () { console.log("модальное окно начинает скрываться"); }, closed: function () { console.log("модальное окно только что скрылось"); }, }); How is it called and where to read about it?
revealwithin its own logic - Alexey Shimansky