(function($) { $(document).ready(() => { if ($('.form-reset').length) { $('html, body').animate({ scrollTop: $('.provider-results').offset().top - ($(window).width() > 1024 ? $('body > header').outerHeight() + 100 : 0) }, 500); } }); $(document).on('click', '.search-icon', function (e) { $(this).toggleClass('active'); $('.search-form-item').toggleClass('active'); $('body > header .search-form .search-input').focus(); e.preventDefault(); }); })(jQuery);