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
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.
Thank you M3G. Learning how to build sliders
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. ^^
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.