$(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() })