I have array of words:
['apple', 'mango', 'orange']
And i have an iFrame
on my page (in the same domain) and i need to highlight all matches of these words in it. Moreover i need to change style of these words (change some text styles and handle click event on them)
Is any solutions for this? Search in PDF js working perfect https://mozilla.github.io/pdf.js/web/viewer.html
how i can implement the same ?