function closeModal(el) { let $parent = el.closest('.modal'); $parent.classList.remove('open'); $("body")[0].style.overflow = "auto"; }