garysieling / garysieling/jquery-highlighttextarea
KeyUp events
Open
- Dominant language
- JavaScript
- Stars
- 157
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am using this onkeyup event. I want to highlight the written key words, like this:
```
function Highlight(word){
$('textarea').highlightTextarea({
words: [word]
});
}
```
But its not working, it only highlights first character I type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.