I have asked a previous question regarding Bootstrap ScrollSpy and this is my final attempt at trying to get this to work.
What I am trying to achieve is to change t
If you dive into the code for this plugin its actually very imporant that you select the parent to the .nav
this.selector = (this.options.target || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 || '') + ' .nav li > a'