Social Icons

اضغط على ESC للإغلاق

أخبار

528   مقالات في هذا التصنيف
يستكشف

المركز الميكانيكي للخليج العربي يوفر تجربة جديدة في عالم السيارات بافتتاح صالة عرض متطورة على شارع الشيخ…

jQuery(document).ready(function ($) {// open search $('a[href="#search-lightbox"]').on('click', function (e) { e.preventDefault(); $('#search-lightbox').addClass('active'); $('#search-lightbox input').focus(); });// ESC to close $(document).on('keydown', function (e) { if (e.key === "Escape") { $('#search-lightbox').removeClass('active'); } });// click outside to close $('#search-lightbox').on('click', function (e) { if ($(e.target).is('#search-lightbox')) { $(this).removeClass('active'); } });});