WOW.js在我的本地工作但不在我的服务器上工作

时间:2014-09-17 14:58:11

标签: javascript jquery html animate.css

我使用wow.js在我的网站上使用animate.css制作动画,但是当我在这里测试本地时效果很好但是当我将它上传到我的服务器时根本就没有... 这是我的网站http://eloisemonteiro.hol.es/的链接。

我的js打电话给wow.js

var wow = new WOW(
  {
    boxClass:     'wow',      
    animateClass: 'animated', 
    offset:       0,         
    mobile:       false        
  }
);
wow.init();

如果您查看第404页,您会看到它在那里工作,这里的代码是:

<h1 id="fittext3"  class="wow bounceIn">ERROR 404</h1>

此处另一张图片在我的索引页面上无效:

    <div class="featurette" id="services">
        <img class="featurette-image img-responsive pull-left  wow bounceInLeft" src="img/customizacao.png" alt="Customizacao">
        <h2 class="featurette-heading">Customização de LMS</h2>
        <p class="lead">Customização da sua plataforma baseada na <mark>identidade visual</mark> de cada cliente com <mark>relatórios</mark> de acordo com cada necessidade.</p>
    </div>

1 个答案:

答案 0 :(得分:0)

由于我的ajax页面,需要在某些setTimeout()中调用wow。