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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -