hopefully this is a dumb question. i want to STOP the slidshow from playing when the user clicks on a tab.
I tried adding a call to api.stop() to the onClick event of the tabs, but the problem is that onClick is what is called by the slideshow! How can I stop the slideshow only when a user clicks, not when the click function is called programmatically.
I tried adding a call to api.stop() to the onClick event of the tabs, but the problem is that onClick is what is called by the slideshow! How can I stop the slideshow only when a user clicks, not when the click function is called programmatically.
