jQuery Autocomplete Mysql PHP

前端 未结 4 1872
暗喜
暗喜 2020-12-10 07:56

Hi could some one please take a look at this and let me know where I\'m going wrong. I am trying to get jQuery UI autocomplete to work. this is my code: This is search.php

4条回答
  •  既然无缘
    2020-12-10 08:35

    I was going to say this, always sanitize user inputs.

    It's hard to say since I never used jQuery autocomplete but I think you should target the value of "#auto". Something like this: $('#auto').val().autocomplet

提交回复
热议问题