Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($) {
- var categoryName = $('.category-name');
- var categoryListItem = $('.categories-list-item');
- categoryName.on('click', function() {
- $(this).closest(categoryListItem).toggleClass('active');
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment