document.addEventListener("DOMContentLoaded", function () { var searchQuestions = document.getElementById("search_questions"); searchQuestions.focus(); searchQuestions.addEventListener("keyup", function () { var questionItems = document.querySelectorAll( ".brands_list .brand_item", ); var messages = document.querySelectorAll( ".brands_list .brands-messages", ); var val = this.value.trim().toLowerCase(); var clearBtn = document.querySelector( ".search_questions_wrap .brands-clear", ); questionItems.forEach(f
More Quality
Working For A