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

相关文章:

  • 2021-09-11
  • 2021-10-04
  • 2021-08-10
  • 2022-12-23
  • 2019-07-09
  • 2021-07-10
  • 2021-07-10
  • 2022-01-15
猜你喜欢
  • 2021-05-08
  • 2021-07-03
  • 2021-05-20
  • 2021-11-17
  • 2022-12-23
  • 2021-12-07
  • 2022-01-16
相关资源
相似解决方案