Вход на сайт
Укажите e-mail
Укажите пароль

Нет аккаунта? Зарегистрируйтесь

Область / город

Принимаемое вторсырье

his).show(); } else { $(this).hide(); } }); }); // Function to handle click on filtered options $('.location-check').on('click', 'option', function() { var selectedValue = $(this).val(); if (selectedValue !== '') { $('#locationSearch').val($(this).text()); // Set input value to the selected location text } }); // Function to handle change in select dropdown $('.location-check').on('change', function() { var selectedOption = $(this).find('option:selected'); $('#locationSearch').val(selectedOption.text()); // Set input value to the selected location text }); });