Skip to content

Instantly share code, notes, and snippets.

@Pross
Created June 7, 2024 13:55
Show Gist options
  • Save Pross/0cbde8befc9e79a5a3ea0684f38d607a to your computer and use it in GitHub Desktop.
Save Pross/0cbde8befc9e79a5a3ea0684f38d607a to your computer and use it in GitHub Desktop.
Resize on tab click
jQuery(document).ready(function () {
jQuery( 'a.fl-tabs-label' ).on('click', function(){
jQuery(window).trigger('resize');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment