Page 1 of 1

automatic rotation through tabs

Posted: Sat Mar 28, 2020 1:21 am
by equalizer1001
Hi all. I have jquery tabs setup with 10 tabs. There is a media player in each one. The Tabs_Options_Rotate "automatic rotation though tabs" is enabled. I want to set the "automatic rotation through tabs" to disabled upon the click of any of the media players. I'm thinking I need to do this in each media player with an onplay event with an action of runjavascript possibly with a custom script, but that's is as far as I get. I am pretty sure this is the way to go unless I'm missing something. If anyone can help with this, I would appreciate it. Thanks...

Re: automatic rotation through tabs

Posted: Sat Mar 28, 2020 7:24 am
by BaconFries
See the following. Note for information only.
https://stackoverflow.com/questions/443 ... hile-hover

Re: automatic rotation through tabs

Posted: Tue May 05, 2020 2:39 am
by equalizer1001
Thanks for the response... It helped... I will post the solution here when I finish.