DEV Community

Johnskie-pogi
Johnskie-pogi

Posted on

1

Adding navbar and footer using jquery but still error

I try to use:

$(function(){ $('#navbar').load('../assets/html/navbar.html');
});

And it worked!, but for navbar only.

I also want to add footer so i try this:

$(function(){ $('#navbar').load('../assets/html/navbar.html');
$('#footer').load('../assets/html/footer.html');
});

But the only thing i see is the footer.

Can you please tell me what is the solution for this? Please...

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay