在Carousell中,如果你想在单击每个div时执行其他操作,可以使用以下步骤:
<script src="path/to/jquery.carouFredSel-6.2.1-packed.js"></script>
<div id="carousell">
<div class="item">Item 1</div>
<div class="item">Item 2</div>
<div class="item">Item 3</div>
</div>
$(document).ready(function() {
// 初始化Carousell
$('#carousell').carouFredSel({
responsive: true,
width: '100%',
auto: {
pauseOnHover: true
},
pagination: {
container: '#pager'
}
});
// 为每个div添加click事件监听器
$('.item').on('click', function() {
// 在这里执行你想要的操作
alert('Clicked on: ' + $(this).text());
});
});
在这个示例中,当你点击Carousell中的任何一个div时,都会弹出一个包含div文本内容的警告框。你可以根据需要替换为你想要执行的操作。
领取专属 10元无门槛券
手把手带您无忧上云