multiple tab rezize on same page
-
Hello
I use this script which works well but the problem is that I have multiple tab on the same page to rezize and this code works only one time.
<script> jQuery('a[class*='woost_tab']').on('click',function() { function() { window.dispatchEvent(new Event('resize')); }; </script>Can you help me to make a trigger on click usable multiple time on same page ?
Thanks in advance
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘multiple tab rezize on same page’ is closed to new replies.