http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/
该插件根本没有加载到我的页面上,这就是我所做的:
将所有文件上传到服务器并在lib
.js
之后的 head 部分中调用jQuery
上传并链接所有样式表
插入
html
并ul
包含图像到适当的正文部分
现在我尝试在UL
via 之后直接调用插件:
<script type = 'text/javascript'>
$('#carousel').elastislide();
</script>
但是我不断从谷歌 JS 控制台收到以下错误:
Uncaught TypeError: Cannot call method 'prefixed' of undefined jquery.elastislide.js?2426:227
当我扩展错误时,它会显示以下内容:
$.Elastislide._init jquery.elastislide.js?2426:227
$.Elastislide jquery.elastislide.js?2426:186
(anonymous function) jquery.elastislide.js?2426:808
x.extend.each jquery.js:657
x.fn.x.each jquery.js:266
$.fn.elastislide jquery.elastislide.js?2426:799
(anonymous function)
正如我所提到的,插件根本没有显示,包含图像的原始无序列表也没有显示。您可以提供的任何信息或见解都会有很大帮助。我是一个jQuery
菜鸟,但真的需要让这个工作。