2014-01-21 48 views

回答

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> 
0

在WordPress應用程序,它使用jQuery JavaScript庫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等屬性的定義。