Social Icons

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

اخبار السيارات الكهربائية

64   المقالات مع هذا الوسم
يستكشف

تعتزم شركة هيونداي الكورية الجنوبية طرح مركبة طائرة تعمل بالطاقة الكهربائية وتحمل عددا من المزايا غير المسبوقة في عالم…

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