It looks to me like scrollspy will only work on nav links that have only a 
hashtag in the href, i.e. <a href="#section">Section</a>. Is there any way 
to get it to work for links with a ful URL if the domain and path of the 
href is the same as the current page. So if I'm on 
http://www.mysite.com/index.html, nav links like <a 
href="http://www.mysite.com/index.html#section";>Section</a> should still 
work with Scrollspy.

Reply via email to