Monthly Specials

jQuery(document).keydown(function(e) { if (e.key === "Escape") { // Replace '.your-modal-class' with your actual modal CSS class jQuery('.your-modal-class').hide(); } });