Are there any jQuery plugins for doing intellisense in a textarea? (just javascript would work good as well)
|
1
|
|||
|
|
|
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. |
||
|
