I want to create an autocomplete like stackoverflow:

I know how to create autocomplete, but automcomple displays a list of matched items,which not what I want. I just want to display a form with 3 comlumn-style when user enter a key word.
Can anyone give me some hints so that I can work around with it?
Look at the URL http://jquery.webspirited.com/2011/02/jquery-tagit-a-jquery-tagging-plugin/.
It would be helpful.