Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created September 11, 2019 16:13
Show Gist options
  • Save jbd91/85a7c9ddddb210c562147ad45325879c to your computer and use it in GitHub Desktop.
Save jbd91/85a7c9ddddb210c562147ad45325879c to your computer and use it in GitHub Desktop.
Init slick slider hidden in Tab
$( 'a[data-toggle="tab"]' ).click(function() {
setTimeout(function(){
$('.grid--map-mobile-slider').slick('setPosition');
},200);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment