Tactical Asset Allocation Guide | March 2026

` // target.html('') $(template).insertBefore(target) console.log(target, template) } $('.dev-hideBoxBtn1 .box').first().find('.c-box__btn').remove(); //Id's for Scrolling Anchor Tags Array.from(document.querySelectorAll('.section[class*="dev-id-"]')).forEach(function(section){ let id = [...section.classList].find(classTest => classTest.includes('dev-id-')); if(id){ id = id.replace('dev-id-', ''); section.querySelector('.o-container').id = id; } });