$(document).ready(function() { var current_path =window.location.pathname; console.log(current_path); $('.sub_category_tab ul li a[href="'+current_path+'"]').addClass('active'); }); $(function() { $('[data-toggle="tooltip"]').tooltip() }) // Porfolio $('.portfolio-popup').magnificPopup({ type: 'image', removalDelay: 300, mainClass: 'mfp-fade', gallery: { enabled: true }, zoom: { enabled: true, duration: 300, easing: 'ease-in-out', opener: function(openerElement) { return openerElement.is('img') ? openerElement : openerElement.find('img'); } } });