Does anyone know how to prevent the nested slider to start upon loading? I've tried entering "$AutoPlay: false" inside "var nestedSliderOptions", but it doesn't work. Thanks in advance.
source: http://www.jssor.com/download.html examples-jquery > nested-slider.source.html
There is no 'auto play' for the main slider and 3 child sliders by default. It is controlled by manual API call.
By removing following code, you will get what you want.
Also, the grid slider is a variation of nested slider.
I don't know this plugin, but according to its documentation in here:
In order to prevent auto play you should call
$Pause()
Just call this function right after you are creating the gallery