所以,我下面教程來實現無限滾動:http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/comment-page-3/jQuery的未捕獲的類型錯誤:無限滾動
在我的頁腳,我加入<script type="text/javascript" src="http://example.com/js/jquery.infinitescroll.min.js"></script>
在javascript.js文件,添加以下(相同到教程):
// infinitescroll() is called on the element that surrounds
// the items you will be loading more of
$('#content').infinitescroll({
navSelector : "div.navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : "div.navigation a:first",
// selector for the NEXT link (to page 2)
itemSelector : "#content div.post"
// selector for all items you'll retrieve
});
但是,我得到Uncaught TypeError: jQuery(...).infinitescroll is not a function
錯誤。
所以,我添加了js文件並添加了與本教程非常相似的腳本。我可以看到,js文件和腳本都顯示在頁面上,但仍然出現錯誤。
有人能幫助我,爲什麼我得到一個錯誤?
謝謝!
有你加入'jquery.infinitescroll.js'正確到您的網頁 – vijayP
後jquery.js''功能可能會得到圖書館前執行有時間加載。爲了確保不會發生''(function(){// code goes here ...}')的所有代碼'' –