Understanding Bootstrap's Affix and ScrollSpy plugins

Thanks, nice article! Could you maybe also elaborate on what to do to implement a url hash change on scrolling? I know there is a

on('activate.bs.scrollspy', function () {

Would that be the way to go? (Maybe with HTML5’s push.state?)