garysieling / garysieling/jquery-highlighttextarea

KeyUp events

Open
#77 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.