Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

228
Vistas
How do I create a .js file that creates a navigation bar in html?

Ok I'm building this site and I want each page to have a nav bar, how do I make it so instead of having to write the html for the nav bar on each page I just write in the .js file and add this file javascript to each page.

By the way, I'm not asking how to write a navbar in html, I already did.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can use .insertAdjacentHTML and pass the 'afterbegin' as the "where" to add the html file. In this example, it is added as the first element of the body.

 const header= "<div>This is my nav</div>" document.querySelector("body").insertAdjacentHTML("afterbegin", header);
 <body> <div> Content of page <div> </body>
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda