Any recommendations for a decent query slider that allows you to call functions via code to allow you to navigate to panels. i.e. $('#mySlider').gotoPanel(3);
Any recommendations for a decent query slider that allows you to call functions via
Share
I am a big fan of jquery cycle for its flexibility and use of use.
Per your question,
$('#div').cycle(3);goes to slide 2.