I am using this jquery plugin.
I've looked at the documentation but I'm still not sure how to get the key value from the selected item.
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
|
|
I am using this jquery plugin. I've looked at the documentation but I'm still not sure how to get the key value from the selected item. http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
|
||
|
|
|
You should have some kind of callback function, like this one (those functions are from demo):
And then you should add this function as a handler for "result" event on your textboxes:
|
||
|