C
C
Captain Cocoa2019-02-08 12:00:04
JavaScript
Captain Cocoa, 2019-02-08 12:00:04

Anchor link + carousel scroll to desired slide, how to do?

By clicking on the anchor link, the page will scroll to the desired block, but how to get to the third slide of the slider in this block?

Demo: https://jsfiddle.net/sq0kcghm/

Slick slider script - kenwheeler.github.io/slick

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2019-02-08
@RadCor

$('.nav').on('click', '[href="#id-3"]', function() {
  $('.slick').slick('slickGoTo', 3);
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question