javascript - JS: How to find all matches of words in iframe? -


i have array of words:

['apple', 'mango', 'orange'] 

and have iframe on page (in same domain) , need highlight matches of these words in it. need change style of these words (change text styles , handle click event on them)

is solutions this? search in pdf js working perfect https://mozilla.github.io/pdf.js/web/viewer.html

how can implement same ?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -