Select item from dropdown list on input blur using jQuery – Jquery ajax
In my project I'm using a dropdown menu (bootstrap 4) on input text user entry to provide a list of selectable items. The HTML code is the following one: <div class="dropdown"> <input type="hidden" id="ad_id" name="ad_id" value=""> <label for="aerodrome" class="control-label">Aerodrome</label> <input…