jQuery Autocomplete using extraParams to pass additional GET variables

后端 未结 13 912
独厮守ぢ
独厮守ぢ 2021-01-31 17:23

I am referring specifically to the jQuery Autocomplete v1.1 plugin by Jörn Zaefferer [source: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/] as there seems to

13条回答
  •  渐次进展
    2021-01-31 18:05

    I am not sure why it is not working.

    But you can first check/debug for value of $(this).attr('name').

    Also one more thing as here explained [in options tab], you can check with Firebug to see ajax post request(for url and it's data) which will help you to resolve the problem.

提交回复
热议问题