Search Results

1
vote

Is there a way to highlight the target of a bookmark? (www.site.com/page.htm#bookmark) ?

Use your favorite JS toolkit to add a "highlight" (or whatever) class to the item containing (or contained in) the anchor. Something like: jQuery(location.hash).addClass('hi …