Skip to content

Instantly share code, notes, and snippets.

@jsakhil
Last active August 19, 2020 11:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jsakhil/07d9974cdc3d025adec2820f9d3613d0 to your computer and use it in GitHub Desktop.
Save jsakhil/07d9974cdc3d025adec2820f9d3613d0 to your computer and use it in GitHub Desktop.
Fix for slick slider when added multiple slider in tab content
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$('.slider').slick('setPosition');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment