Shawn schrieb:
I'm using the autocomplete plugin found at
http://www.dyve.net/jquery/?autocomplete.
I'm trying to set a second parameter to be passed to my serverside code,
and am getting odd behavior. I'm stumped on this one.
[...]
Any tips how I do this?? Thanks in advance.
Try to specify a callback as the value (returning the value at the time
the request is prepared), using this successor of Dylan's plugin:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
Until the 1.0 release is done (soon), you should give the latest
revision a try:
http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js
Jörn