Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

230
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!