码迷,mamicode.com
首页 > 其他好文 > 详细

jq 智能搜索

时间:2016-05-27 11:01:28      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:

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

jq 智能搜索

标签:

原文地址:http://www.cnblogs.com/hgj123/p/5533747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!