Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin for intellisense on a textarea?

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

like image 269
cgp Avatar asked Apr 24 '09 15:04

cgp


1 Answers

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.

like image 104
Christian C. Salvadó Avatar answered Sep 24 '22 12:09

Christian C. Salvadó