views:

70

answers:

1

I would like to do something similar for an HTML document or PDF. How should I go about implementing this feature?

A: 

For an html document, I'd look into doing some simple javascript/css coding.

Jason
How would you write something like that in javascript? iBooks uses epub which is based in html right?
Lisa
Yes epub is based on XHTML 1.1As far as coding, checkout:http://eriwen.com/javascript/highlight-search-results-with-js/for some basics. (I haven't tried the code in that page but at a quick glance it looks like it will work)
Jason