我想在我的網站上設置'flexslider'。對象沒有方法'flexslider'
所以我用這個jQuery的加載功能,顯然它不負載..
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slides",
animationLoop: false,
itemWidth: 100,
itemMargin: 5
});
});
,但我得到的時候,我看在控制檯此errormessage的:
Uncaught TypeError: Object [object Object] has no method 'flexslider'
如果網站可以得到任何幫助:http://nworks.nu/projects2013/sthlm/index.html
檢查您是否包含flexslider js源代碼 –
- 我做得對嗎? :) –