案例:http://www.runoob.com/jqueryui/example-autocomplete.html
<input type="text" style="90%;margin-top: 40px;" placeholder="請輸入車場名稱或車場間稱" class="text_name" name="username"/>
$(".text_name").autocomplete({
autoFocus: true,
source: availableTags
});