i am using jbgallery slideshow(http://maxb.net/scripts/jbgallery/) for one of our projects.
Can you please let me know how to stop the slideshow when a user clicks on the prev & next buttons. We have an automatic slideshow, but when user clicks on either button the automatic sliding should stop.
It doesn’t appear the developer coded any real callbacks for his buttons. Using Firebug for Firefox (or another DOM inspector) you can get the class names of his elements and accomplish what you want with the info like so.
Fiddle Demo: http://jsfiddle.net/5sXDS/