Doctor information

document.addEventListener('DOMContentLoaded', function() { jQuery(function($){ let desktoptitles = $('.eael-tabs-nav li'); let strings = ['?Nguyen%Thai%Binh', '?Phan%20Nhan%20Hien', '?Nguyen%20Hoang' ]; strings.forEach( (string,i) => { if (window.location.href.indexOf(string) > -1) { desktoptitles.eq(i).click(); $('html, body').animate({ scrollTop: desktoptitles.eq(i).offset().top - 100 },'slow'); } } ); }); });