jq 智能搜索

案例: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
});

posted @ 2016-05-27 10:34  麦田守望者~  阅读(123)  评论(0编辑  收藏  举报