Can the default “Term” name passed in the “jquery UI autocomplete” feature be changed?

后端 未结 2 968
逝去的感伤
逝去的感伤 2020-12-30 15:22

I am trying to change the \"term\" field that is set to that by default with the jquery ui autocomplete feature. Is it possibly to easily change it to \"q\" (query) without

2条回答
  •  情歌与酒
    2020-12-30 16:05

    You could use the callback source option and make your own request.

    http://jqueryui.com/demos/autocomplete/

提交回复
热议问题