'); printWindow.document.close(); printWindow.print(); } } }); }); $(document).on('click', '.close-popup', function () { $('#order-details-popup').hide(); }); $(window).on('click', function (event) { if ($(event.target).is('#order-details-popup')) { $('#order-details-popup').hide(); } }); });