How can one replace the slanted quotes to make the code work for IE?
-
$('.category-menu__list').on('click', '.category-menu__item', function() { $('.games__slider').slick('slickUnfilter'); const category = $(this).data('category'); if (category !== 'allPost') { $('.games__slider').slick('slickFilter', `.${category}`); } });
JavaScript Lilah Baker, Feb 5, 2020
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!