jQuery Autocomplete using extraParams to pass additional GET variables
- by paperclip
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 be quite a few variations of this plugin.
I'm trying to pass additional parameters to the server when the user starts typing because I have multiple fields that I want…