I'm trying to get JQuery to highlight an element based on the link ID selector
For Example
<a href="#thisid">Goto Element with ID name</a>
Highlights the element below.
<div id="thisid" class="isNowHighlighted">FooIsCoolButNotBetterThenBar</div>
Iv tried searching for relevant plugins but no joy. Any ideas?