Closed jamalsoueidan closed 10 years ago
Hello,
I have 9 elements in the iosSlider, and I would like to slide 3 elements at the time, right now it slide only 1 at the time.
I tried with.
$(this.slider).iosSlider('nextPage');
It throws an error:
Uncaught Error: invalid method call!
How can I make the slider show 3 new elements everytime?
Thank you.
Invalid method call would imply that the function does not exist. What version are you using?
This version
This method was added later (v1.3.37). f63250cdd727fc3b08647e15b1d16c59de847d1d
Hello,
I have 9 elements in the iosSlider, and I would like to slide 3 elements at the time, right now it slide only 1 at the time.
I tried with.
It throws an error:
How can I make the slider show 3 new elements everytime?
Thank you.