admin管理员组文章数量:1021921
I have a product that has multiple images. on top or bottom click I want to change the product. and on click next and prev I want to change that product images.
this is my HTML format
<div class="product" id="1">
<div class="product_img" id="1_0"><img src=""/></div>
<div class="product_img" id="1_1"><img src=""/></div>
<div class="product_img" id="1_2"><img src=""/></div>
</div>
<div class="product" id="2">
<div class="product_img" id="2_0"><img src=""/></div>
<div class="product_img" id="2_1"><img src=""/></div>
<div class="product_img" id="2_2"><img src=""/></div>
</div>
<div class="product" id="3">
<div class="product_img" id="3_0"><img src=""/></div>
<div class="product_img" id="3_1"><img src=""/></div>
<div class="product_img" id="3_2"><img src=""/></div>
</div>
How to implement with JavaScript or jquery? is there any plugin? any suggestion will be helpful.
I have a product that has multiple images. on top or bottom click I want to change the product. and on click next and prev I want to change that product images.
this is my HTML format
<div class="product" id="1">
<div class="product_img" id="1_0"><img src=""/></div>
<div class="product_img" id="1_1"><img src=""/></div>
<div class="product_img" id="1_2"><img src=""/></div>
</div>
<div class="product" id="2">
<div class="product_img" id="2_0"><img src=""/></div>
<div class="product_img" id="2_1"><img src=""/></div>
<div class="product_img" id="2_2"><img src=""/></div>
</div>
<div class="product" id="3">
<div class="product_img" id="3_0"><img src=""/></div>
<div class="product_img" id="3_1"><img src=""/></div>
<div class="product_img" id="3_2"><img src=""/></div>
</div>
How to implement with JavaScript or jquery? is there any plugin? any suggestion will be helpful.
Share Improve this question edited Dec 1, 2021 at 16:20 Bhautik asked Jan 16, 2017 at 17:25 BhautikBhautik 11.3k3 gold badges18 silver badges40 bronze badges 2- i tried owl carousel js. but it's only provide horizontal slider – Bhautik Commented Jan 16, 2017 at 17:32
- try Fullpage.js, I've also modified one of their example in codepen to demo this. Link here – Aminur Rashid Commented Jan 16, 2017 at 18:15
1 Answer
Reset to default 2you should check out swiper. http://idangero.us/swiper/#.WH0PsrYrKA0.
In the demos you can check out the "nested" slider http://idangero.us/swiper/demos/#.WH0PybYrKA0.
Ive used this in a couple applications. Super slick
I have a product that has multiple images. on top or bottom click I want to change the product. and on click next and prev I want to change that product images.
this is my HTML format
<div class="product" id="1">
<div class="product_img" id="1_0"><img src=""/></div>
<div class="product_img" id="1_1"><img src=""/></div>
<div class="product_img" id="1_2"><img src=""/></div>
</div>
<div class="product" id="2">
<div class="product_img" id="2_0"><img src=""/></div>
<div class="product_img" id="2_1"><img src=""/></div>
<div class="product_img" id="2_2"><img src=""/></div>
</div>
<div class="product" id="3">
<div class="product_img" id="3_0"><img src=""/></div>
<div class="product_img" id="3_1"><img src=""/></div>
<div class="product_img" id="3_2"><img src=""/></div>
</div>
How to implement with JavaScript or jquery? is there any plugin? any suggestion will be helpful.
I have a product that has multiple images. on top or bottom click I want to change the product. and on click next and prev I want to change that product images.
this is my HTML format
<div class="product" id="1">
<div class="product_img" id="1_0"><img src=""/></div>
<div class="product_img" id="1_1"><img src=""/></div>
<div class="product_img" id="1_2"><img src=""/></div>
</div>
<div class="product" id="2">
<div class="product_img" id="2_0"><img src=""/></div>
<div class="product_img" id="2_1"><img src=""/></div>
<div class="product_img" id="2_2"><img src=""/></div>
</div>
<div class="product" id="3">
<div class="product_img" id="3_0"><img src=""/></div>
<div class="product_img" id="3_1"><img src=""/></div>
<div class="product_img" id="3_2"><img src=""/></div>
</div>
How to implement with JavaScript or jquery? is there any plugin? any suggestion will be helpful.
Share Improve this question edited Dec 1, 2021 at 16:20 Bhautik asked Jan 16, 2017 at 17:25 BhautikBhautik 11.3k3 gold badges18 silver badges40 bronze badges 2- i tried owl carousel js. but it's only provide horizontal slider – Bhautik Commented Jan 16, 2017 at 17:32
- try Fullpage.js, I've also modified one of their example in codepen to demo this. Link here – Aminur Rashid Commented Jan 16, 2017 at 18:15
1 Answer
Reset to default 2you should check out swiper. http://idangero.us/swiper/#.WH0PsrYrKA0.
In the demos you can check out the "nested" slider http://idangero.us/swiper/demos/#.WH0PybYrKA0.
Ive used this in a couple applications. Super slick
本文标签: javascriptVertical slider with horizontal slides with jQueryStack Overflow
版权声明:本文标题:javascript - Vertical slider with horizontal slides with jQuery - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745556701a2155920.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论