Click here to Skip to main content
15,894,181 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to highlight specific text inside textarea. I searched a lot online but most of them have stated that its impossible to highlight specific text inside textarea. Instead we should use content editable div as such. But I need to highlight text inside textarea. Is there any way to do that? Some have stated that if textarea is wrapped with pre tag ,then its possible. But am blank how to use pre tag with textarea.
Posted

1 solution

Hi,

there are a few jQuery plugins that provide this functionality.

Something like this should help:
jQuery highlightTextarea[^]

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900