Created
September 21, 2025 03:40
-
-
Save Acephalia/60ae4e10b05eed2ac75984ae285bd71c to your computer and use it in GitHub Desktop.
Divi Change Tabs On Hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(function ($) { | |
| $('.et_pb_tabs ul.et_pb_tabs_controls > li').on('mouseenter', function (e) { | |
| $(this).find('> a').not('.et_pb_tab_active').click(); | |
| }); | |
| }); | |
| </script> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For reddit thread: https://www.reddit.com/r/divi/s/hLMOZUGBDc
Support the support: https://buymeacoffee.com/acephaliax