I'm using ResponsiveSlides.js and I am trying to change slides programmatically. I've tried it two ways, and neither have worked.
Calling the plugin's slideTo function from a click event on the thumbnail, passing the index of the slide it should go to.
Use
.trigger("click")
on the<li>
corresponding to the index of the slide it should go to, ex:$(".rslides_tabs li").eq($theIndex).trigger("click");