javascript - Vertical slider with horizontal slides with jQuery - Stack Overflow

I have a product that has multiple images. on top or bottom click I want to change the product. and on

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
Add a ment  | 

1 Answer 1

Reset to default 2

you 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

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745556702a4632865.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信