我正在尝试包含 javascript 循环滑块 - Quicksand 1.2.1 但在萤火虫控制台中我收到此错误:
$("#home_header ul").cycle is not a function
谁能帮我这个?
我正在尝试包含 javascript 循环滑块 - Quicksand 1.2.1 但在萤火虫控制台中我收到此错误:
$("#home_header ul").cycle is not a function
谁能帮我这个?
你应该在你的标题中添加这个:
<script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script>
你在用流沙吗?根据文档,这将是$('#home_header ul').quicksand();