Jquery horizontal Scroll using buttons

前端 未结 3 1046
南方客
南方客 2020-12-05 16:41

I am trying to obtain horizontal scroll using buttons.

I have a container which has several divs stacked horizontally and I want to scroll through them using the but

3条回答
  •  情话喂你
    2020-12-05 17:11

    The answer of @Vennik is truely awesome,
    But in my case i used it bit differently, As i used Material Design and was making API call to display Image Carousal ,
    I did in this way ,
    First part is Carousel or Slider code and Second part is JS code

    
            keyboard_arrow_left 
    
             keyboard_arrow_right
    
        
    . . . . . . . . . .

提交回复
热议问题