Without javascript, you can use the :target selector, which will probably not work in ePub readers:
Code:
<a href="#IsaacWoolley">Woolley, Isaac</a> and
<span id="IsaacWoolley" class="hl">Isaac Woolley</span>
.hl:target { background-color: #F99; }
Try it
here.