jquery ui autocomplete with database

后端 未结 7 2082
隐瞒了意图╮
隐瞒了意图╮ 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条回答
  •  -上瘾入骨i
    2020-12-08 09:02

    A JSON strcuture is a flat string, while map expects an array or array like structure. try json decode on the string before using map.

提交回复
热议问题