案例:http://www.runoob.com/jqueryui/example-autocomplete.html
<input type="text" style="width:90%;margin-top: 40px;" placeholder="請輸入車場名稱或車場間稱" class="text_name" name="username"/>
$(".text_name").autocomplete({ autoFocus: true, source: availableTags });
转载于:https://www.cnblogs.com/hgj123/p/5533747.html
相关资源:jquery模糊搜索带智能提醒的input插件searchableSelect.js