What is it inside the function

function nextSlider() {
            specificSlider((currentSlider + 1) % numsliders);
}

What is specificSlider ?
Is it a variable or another function or what it is.
stackoverflow.com/questions/13649582/jquery-slider-bullet-navigation

Thank you

It’s a function, you can see its definition in that SO thread too.

1 Like

Thank you M3G. Learning how to build sliders :smiley:

Well but then I would try to learn from a tutorial, rather than from some code that obviously doesn’t work as it is posted as part of a question on SO. ^^

1 Like

Tuts are even more tough to understand… hahaha

I an just looking at the bullet part though.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.