tags:

views:

43

answers:

1

I am working on a simple messaging system. For composing the message, I provide a text area. This text area should have an autosuggest functionality and also something like a "remove" button.

Can you tell me how to implement this sort of functionality? I think there is a jQuery plugin to accomplish something like this, but I can't recall the name.

Here is a mockup of what I'm expecting:

markup

+2  A: 

I think what you want is something like facebook autocomplete.

Try this: Jquery or Prototype

Rui Carneiro
exactyl this manner am looking ..is there any thing other links plz refer
Bharanikumar
Just try to google it. (keywords: javascript jquery prototype facebook autocomplete)
Rui Carneiro