$(function(){ $("#navbarLandingEsp .navbar-nav").ntg_menu_landing({ "itemTemplate":'
  • {{text}}
  • ' }); document.querySelectorAll('[data-spy="affix"]').forEach((el) => { if("function" == typeof(Affix)){ new Affix(el, {}); } }); $(body).scrollspy(); });