Google Contacts lets you search your contacts by typing in an input box while recurrently update an other part on the screen with the results
What would be a good approach to imitate this behavior using jquery?
I thought about starting from jquery Autocompleter and change it accordingly, after all, its behavior is not very different (mostly css)
What is the official name of this behavior? I've looked for such component in the jquery UI library but couldn't find it
Thanks, Guy