Object has no method 'flexslider'
问题 I am trying to set up 'flexslider' on my website. So I am using this jQuery to load the function and apparently it doesnt load.. $(window).load(function() { $('.flexslider').flexslider({ animation: "slides", animationLoop: false, itemWidth: 100, itemMargin: 5 }); }); But I get this errormessage when I am looking in the console: Uncaught TypeError: Object [object Object] has no method 'flexslider' If the website could come to any help: http://nworks.nu/projects2013/sthlm/index.html 回答1: Mainly