Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // JKIT || Add Current Menu Features to Anchor Menu
- (function ($) {
- $(window).on('load', function () {
- const menu_link = $('.elementor-element.elementor-element-dbfa965 .jeg-elementor-kit.jkit-nav-menu .menu-item');
- menu_link.on('click', function () {
- $(menu_link).removeClass('current-menu-item');
- $(this).addClass('current-menu-item');
- });
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement