Hi Team
I need some help on jquery side and php, i have this search and want to create a js file that will be triggered when insert a search field from the products available from the database(php using query).
<div class="col-lg-6 col-6 text-left"> <form action=""> <div class="input-group"> <input type="text" class="form-control" placeholder="Search for products"> <div class="input-group-append"> <span class="input-group-text bg-transparent text-primary"> <i class="fa fa-search"></i> </span> </div> </div> </form> </div> // jquery side ---need help // php side --need help