mir3z / texthighlighter

-- NO LONGER MAINTAINED -- TextHighlighter allows you to highlight text on web pages.
http://mir3z.github.com/texthighlighter/
MIT License
230 stars 101 forks source link

innerText returns null #3

Closed photino closed 10 years ago

photino commented 10 years ago

In jquery.textHighlighter.js Line 415, the use of innerText returns null (tested on Firefox 21). It seems that $(hightlight).text() should be used.