L
L
lavezzi12015-07-28 14:58:50
css
lavezzi1, 2015-07-28 14:58:50

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

1 answer(s)
A
Alex, 2015-07-28
@lavezzi1

Something like this

$('#carousel').on('click', 'img', function(){
   $('#carousel').carousel('next');
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question