Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- const tabs_title = document.querySelectorAll('.kt-tabs-title-list li a');
- tabs_title.forEach(function(e){
- e.addEventListener('mouseover', function() {
- e.click();
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment