Social Icons

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

تجارب قيادة

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

  ظهرت سيارة باتيستا لأوّل مرة في استعراض مهيب لأدائها الفائق في حلبة “دبي أوتودروم” احتفالاً بسلسلة…

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'); } });});