我对我的或<script>做错了什么

时间:2017-05-07 01:44:45

标签: javascript script-tag

我想知道我的标签或标签是否有些奇怪。我有一些脚本,运行不正常,但适用于JS小提琴。以下是代码:

&#xA;&#xA;
 &lt; head&gt;&#xA;&lt; title&gt;网站&lt; / title&gt;&#xA;&lt; link rel =“ stylesheet“href =”style.css“&gt;&#xA;&lt; link href =”https://fonts.googleapis.com/css?family=Quicksand“rel =”stylesheet“&gt;&#xA;&lt;脚本&gt;&#xA;(function(){&#xA;&#xA; var parallax = document.querySelectorAll(“#textPlaceOne”),&#xA; speed = -0.5;&#xA;&#xA; window .onscroll = function(){&#xA; [] .slice.call(parallax).forEach(function(el,i){&#xA;&#xA; var windowYOffset = window.pageYOffset,&#xA; elBackgrounPos =“50%”+(windowYOffset * speed)+“px”;&#xA;&#xA; el.style.backgroundPosition = elBackgrounPos;&#xA;&#xA;});&#xA;};& #xA;&#XA;})();&#XA;&#XA;&LT; /脚本&GT;&#XA;&LT; /头&GT;&#XA;  
&#XA; &#xA;

&#xA;可能是愚蠢的事情,但谢谢你的帮助!

&#xA;

0 个答案:

没有答案