I gave this a try, but what about standardization tables, where I need the name instead of the id in the referencing table. In web2py's autocomplete I just do:
db.address.city.widget=AutocompleteWidget(request,db.city.name) How would I go about to get this to work in this jquery autocomplete plugin? Kind regards, Annet.

