Skip to content

Instantly share code, notes, and snippets.

@skillmatic-co
Last active January 18, 2017 02:44
Show Gist options
  • Save skillmatic-co/b6a3596aba52115aadd2705ce75c8b04 to your computer and use it in GitHub Desktop.
Save skillmatic-co/b6a3596aba52115aadd2705ce75c8b04 to your computer and use it in GitHub Desktop.
$('.blogroll').on('click', '.project-slider-prev', function(e){
e.preventDefault();
$slider = $(this).closest('.slider-wrapper').find('.project-slider');
$slider.slick('slickPrev');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment