smoothscroll.init();不工作。出现错误

smoothscroll.init(); not working. Getting error

我正在使用对 smoothscroll.init() 的调用,如下所示:

new WOW().init();
//smoothScroll
smoothScroll.init();

但我收到以下错误:

Uncaught ReferenceError: smoothScroll is not defined
    at main.js:136
    at main (main.js:140)
    at main.js:144

谁能帮我弄清楚为什么?

这些是我的 javascript 库:

<script type="text/javascript" src="js/bootstrap.js"></script> 
<script type="text/javascript" src="js/SmoothScroll.js"></script> 
<script type="text/javascript" src="js/wow.min.js"></script> 
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script> 
<script type="text/javascript" src="js/jquery.isotope.js"></script> 
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script> 
<script type="text/javascript" src="js/contact_me.js"></script> 
<script type="text/javascript" src="js/owl.carousel.js"></script>

首先将其添加到您的项目中:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

其次:确保您的 smoothscroll 路径正确。

第三:确定每个 html 您想使用 class class="smoothScroll".

的 smoothscroll

第四:您现在使用的 smoothscroll 在另一个 javascript 目录中不可编辑,它仅用于您的 html 内部,因为它已经使用了 smoothscroll。

编辑:

如果你想使用自己的 smoothscroll,我建议你看看 this