【发布时间】:2016-01-24 05:11:29
【问题描述】:
我有一个像这样http://jsfiddle.net/roxds51h/2/ 的小提琴 - 有一个带有嵌入式旋转木马的 macbook pro,其中包含两张图片。用户可以通过点击屏幕上的白点来切换图片。我想通过点击下面的文字删除这些点并提供更改图片的可能性:
<div class="row">
<div class="col-sm-6">
here is one text //after clicking that
//the first picture should
//appear on macbook
</div>
<div class="col-sm-6">
here is second text //after clicking that
//the second picture should
//appear on macbook
</div>
</div>
我该怎么做? 此外,现在图片每隔几秒钟就会自动更改一次 - 我该如何禁用它? 谢谢!
【问题讨论】:
标签: javascript jquery css twitter-bootstrap carousel