automatic rotation through tabs
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 31
- Joined: Thu May 17, 2018 3:05 pm
- Location: Ohio USA
automatic rotation through tabs
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...
- BaconFries
-
- Posts: 5880
- Joined: Thu Aug 16, 2007 7:32 pm
Re: automatic rotation through tabs
See the following. Note for information only.
https://stackoverflow.com/questions/443 ... hile-hover
https://stackoverflow.com/questions/443 ... hile-hover
-
-
- Posts: 31
- Joined: Thu May 17, 2018 3:05 pm
- Location: Ohio USA
Re: automatic rotation through tabs
Thanks for the response... It helped... I will post the solution here when I finish.