答案 0 :(得分:0)
这个html锚不起作用?
我没有在您的网页来源中看到任何<a name="tag"></a>
。
DEMO http://jsfiddle.net/yeyene/k6Hs3/
<a name="back_to_top"></a>
TOP<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />
<a href="#back_to_top">Back to top</a>
答案 1 :(得分:0)
在wordpress应用程序中,它使用 jQuery JavaScript Library v1.10.2 ,并且您遇到以下错误:
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.min.js:1
Uncaught TypeError: Cannot read property 'chrome' of undefined tc-scripts.min.js:1
修复这些错误或使用旧版本的jquery。例如:jquery ver 1.7.2它支持msie等属性的定义。