vote up 1 vote down star
1

Are there any jQuery plugins for doing intellisense in a textarea? (just javascript would work good as well)

flag

Are you using VS2008? Can you be more specific on what you mean by "intellisense in a textarea" ? – José Basilio Apr 24 at 15:56

1 Answer

vote up 3 vote down check

You could use the Autocomplete plugin on textareas, specify your keywords inline in the code or pull them from a database, check this demo page.

link|flag
Cool, didn't know it worked on textareas. – KyleFarris Apr 24 at 17:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.