[jQuery] [autocomplete] Changing query parameter

[jQuery] [autocomplete] Changing query parameter


Hi all,
Wondering how to change the actual query parameter sent by jquery at
run time: e.g. instead of
services?q=foo
I might want to do
services?term=foo,
and this will change depending on where I'm using the plugin.