Skip to content

KeyUp events #77

@devWaleed

Description

@devWaleed

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions