jquery ui autocomplete with database

后端 未结 7 2083
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 08:41

I fairly new to JQuery and perhaps trying to achieve something that might be abit harder for a beginner. However I am trying to create an autocomplete that sends the curren

7条回答
  •  执笔经年
    2020-12-08 09:18

    In case anyone else needs it :

    The documentation for autocomplete in jQuery UI specifies the querystring parameter to use is 'term' and not 'q'... or least it does now.

    E.g. http://www.myhost.com/myscript.php?term=someToSearchFor
    

提交回复
热议问题