I have set the sessions into rows.
<div class="container" id="session1">
<div class="row session">
<div class="fourcol">
<h2>Session 3:</h2>
</div>
<div class="fourcol last">
<p> Information about session </p>
</div>
</div>
</div>
I have many of these sessions and need a way to highlight that you are reading session 1. I would like to add a .selected class to <h2 class="selected">Session 3:</h2> as you scroll past it.
I'm hoping this will also add the .selected class if there are any incoming anchor links. to /sessions#session1 because it would have to 'scroll' to that position
Any help would be great. Thanks.