jQuery(function($){ var hash = window.location.hash; if(hash && hash.includes('tab-title-')){ var tab = $(hash.replace('tab-title','tab')); if(tab.length){ tab.trigger('click'); $('html, body').animate({ scrollTop: $('.product-tabs').offset().top - 100 }, 300); } } });