How to put up many jssor sliders on one page?
问题 When i try to put more than one slider on my page only first one works. Is there any way to make all of them work at same time? After searching o stack overflow i found this Please initialize multiple instances in following manner, var jssor_slider1 = new $JssorSlider$("slider1_container", options1); var jssor_slider2 = new $JssorSlider$("slider2_container", options2); But where do i put this.Is it going to work because this solution was not accepted.There was no other answer as well. 回答1: