There is a row. It has 3 columns: "Description", "Slider", "Form".
$('.product-name').slick({ autoplay: true, autoplaySpeed: 3000, dots: true, arrows: false }); <div class="col-md-3"> <div class="1"> </div> <div class="2"> </div> <div class="3"> </div> <div class="4"> </div> </div> <div class="col-md-6"> <div class="product-name"> <div class="slide_1"> </div> <div class="slide_2"> </div> <div class="slide_3"> </div> <div class="slide_4"> </div> </div> </div> <div class="col-md-3"> <div class="form"></div> </div> The center column is the slick slider http://kenwheeler.imtqy.com/slick/ . I need that while the slider switches the picture the div with the description was switched, that is, one was displayed, and the others did not. Tell me, please, how to implement it?
PS classes at divs in numbers just for example