Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Почему не работает поиск по нажатию на enter?


Recommended Posts

Вот сайт
на теме basel
стоял живой поиск live search
поставили модуль Поисковая система с морфологией и релевантностью PRO
модуль конфликтовал с дефолтным от темы
отключили дефолтный от темы
сейчас модуль поиска Поисковая система с морфологией и релевантностью PRO  работает
но нажимая по кнопке enter ничего не происходит

Link to comment
Share on other sites


$('#search input[name=\'search\']').on('keydown', function(e) {
        if (e.keyCode == 13) {
            $('header #search input[name=\'search\']').parent().find('button').trigger('click');
        }
});

 

Link to comment
Share on other sites

21.03.2023 в 19:20, LiLu сказал:
$('#search input[name=\'search\']').on('keydown', function(e) {
        if (e.keyCode == 13) {
            $('header #search input[name=\'search\']').parent().find('button').trigger('click');
        }
});

 

Вставляю в basel_common.js, что то не помогает 
может не туда?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.