Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/rekvizit/sites/kib-ev.by/public/plugins/idna.php on line 421

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/rekvizit/sites/kib-ev.by/public/plugins/idna.php on line 435

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/rekvizit/sites/kib-ev.by/public/plugins/idna.php on line 826

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/rekvizit/sites/kib-ev.by/public/plugins/idna.php on line 957

Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/rekvizit/sites/kib-ev.by/public/includes/cache/cache.files.php on line 175
jQuery. Событие "submit" по нажатию клавиши Enter — Статьи — Разработка, сопровождение и продвижение сайтов в Минке

jQuery. Событие "submit" по нажатию клавиши Enter

06 августа

    // Поиск по нажатию ENTER
    $('input[name="search"]').on('keydown', function(e) {
      if(e.keyCode == 13){
        $('.button-search').click();
      }
    });

яндекс.ћетрика