Need to have autocomplete on radio button

Need to have autocomplete on radio button

Hi Guys,
I have a text box(say txt) and radio buttons. user types in something in that text box (say 3 letters). Then he selects one of the radio button.After user selects the radio button values should be fetched from database and should be shown below that text box as auto complete. Any idea as how that can be done using jquery auto complete feature.

If it cannot be done using jquery auto complete any idea how can that be done ?

Its my urgent requirement