Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyUp events #77

Open
devWaleed opened this issue Jan 4, 2017 · 2 comments
Open

KeyUp events #77

devWaleed opened this issue Jan 4, 2017 · 2 comments

Comments

@devWaleed
Copy link

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.

@vivekchaturvedi3
Copy link

same issue here ... it's working like one time only , how can we pass dynamic content to highlight.

@laidav
Copy link

laidav commented Aug 8, 2018

Any answer to this? Im trying to highlight after an async call. But like @vivekchaturvedi3 comment it seems to only highlight once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants