I've barrowed some code http://jquery-ui.googlecode.com/svn/branches/dev/tests/visual/autocomplete/remote-jsonp.html. I'm trying to access other portions of the JSON repsonse AFTER a user selects an item from the dropdown autocomplete like item.countryName.
I ultimately want to set this data to a hidden form field so that I can submit the form and process the information.
Any help is appreciated.
Thanks!