skip to Main Content

Jquery – How to get input value in keypress enter

I have a textbox for search items. I want to get items when type text in textbox and press enter key. <input id="txt-search" placeholder="@StoreResource.SearchHere" class="form-control main-in"> <a href="javascript:void(0);" id="btn-search" class="search-icon"> <i class="icon feather icon-search"></i> </a> I use this code but…

VIEW QUESTION
Back To Top
Search