Categories
How to rewind photos in the slider when you click on it?
Hello. It is very necessary to rewind the slider by clicking on the photo, in the standard bootstrap3 carousel. Thanks
Answer the question
In order to leave comments, you need to log in
Something like this
$('#carousel').on('click', 'img', function(){ $('#carousel').carousel('next'); });
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question