jquery スライダーがあります。リンク: http://ekallevig.com/jshowoff/
これは私のhtmlコードです:
<div id="features">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
スライダー コード:
<script type="text/javascript">
$(document).ready(function(){
$('#features').jshowoff({
speed:3500,
changeSpeed:400,
links: false,
animatePause: true,
controls: true,
effect: 'slideLeft',
controlText:{play:'Play',pause:'Stop',previous:'Prev',next:'Next'},
hoverPause: true
});
});
</script>
数値リンクを除いて、すべてがスライダーで機能します!
有効にすると:
links: true,
私は未定義のコードを取得します! 1 2 3 でなければなりません undefined undefined undefined
私の写真を見てください pls:
http://s7.postimage.org/buf1wehsr/sliders.jpg
数値リンクを修正するにはどうすればよいですか? 私の悪い英語でごめんなさい:(