views:

318

answers:

1

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

+3  A: 

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.

CMS
Cool, didn't know it worked on textareas.
KyleFarris