0

I have been trying to set up utterscroll and I can't seem to be able to do so.

There is no clear instruction, I put both provided files in order and I call the event but nothing https://github.com/debiki/utterscroll

I can't even get it to work on a JSFIDDLE.

Anybody please help me, I can't get this to work, I did everything, I even copied the demo and downloaded each external file, and it got the point where it look just like the demo but scrolling doesn't work??

What is wrong? http://www.debiki.com/dev/utterscroll

4

1 回答 1

0

将所有脚本文件引用移到最后,在 ,</body>之前

    .
    .
    .        
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/jquery-scrollable.js"></script>
    <script type="text/javascript" src="js/modernizr.js"></script>
    <script type="text/javascript" src="js/debiki-utterscroll.js"></script>
    <script type="text/javascript" src="js/essentials.js"></script>
</body>

它应该工作得很好。

于 2013-06-17T07:14:34.293 回答