在我的网站上,我需要使用基本网址:
<base href="http://www.mypage.com" />
我有一些连接到jquery函数的链接,例如这样:
<a href="#top" class="link-to-top"><i class="fa fa-caret-up"></i></a>
现在的问题是,使用基本网址我的&#34;转到顶部按钮&#34;没有链接到页面顶部,而是链接到http://www.mypage.com/#top。但这是错误的。
那么可以排除特定href链接的基本网址吗?
更具体一点:
我正在使用像http://blackrockdigital.github.io/startbootstrap-scrolling-nav/
这样的滚动导航