[jQuery] bassistance autocomplete and two fields

[jQuery] bassistance autocomplete and two fields


I'm trying to use the autocomplete from here
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
I have two fields in my database table:
id
name
In my form i need to be able to inform id and return the name or
inform the name and return id.
Is there some example around ?
Ty :)