This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Adrian
over 9 years

where is the currentSlide.next(); coming from?

I’m having a hard time to understand the code and I want to add this to my website, but in order to do that I want to understand how it works, some explanation about it would be greatly appreciated! thanks!

Answer 5455c8429c4e9d5368003bd6

0 votes

Permalink

Are you asking about the ‘next’ method? It’s part of bootstrap (more specifically, the ‘carousel’ module, carousel.js).

If you’re talking about currentSlide, that’s a variable that you define earlier. You were supposed to set it to refer to the class ‘.active-slide’, which is a class that is defined in the CSS file.

points
Submitted by UmTheMuse
over 9 years