Search
 
SCRIPT & CODE EXAMPLE
 

HTML

navigation bar on more than one page

<!-- add in head: --> <script src="https://code.jquery.com/jquery-1.10.2.js"></script>

<!--Navigation bar-->
<div id="nav-placeholder">

</div>

<script>
$(function(){
  $("#nav-placeholder").load("nav.html");
});
</script>
<!--end of Navigation bar-->
Comment

PREVIOUS NEXT
Code Example
Html :: regular expression to look for html tags 
Html :: jquery specific child by index 
Html :: vuetify row center vertically 
Html :: tailwind flex column on mobile 
Html :: how to include href in image 
Html :: input and select box combined 
Html :: vertical line in html 
Html :: thymeleaf table for each 
Html :: add image to anchor 
Html :: html input date min 
Html :: fa icon facebook 
Html :: How to prevent Netlify from treating warnings as errors because process.env.CI = true? 
Html :: html times 
Html :: html change label color 
Html :: textarea rows cols 
Html :: display image in twig 
Html :: html quote block 
Html :: how to download stuff html 
Html :: ng bootstrap input 
Html :: how to emphasize text in html 
Html :: youtube embed autoplay not working 
Html :: bootstrap modal remove gray background 
Html :: bootstrap vertical hr 
Html :: two divs in the same place 
Html :: height() jquery com php 
Html :: coloring and size of text in html 
Html :: best place to include script in html layout 
Html :: how to add active class to current element javascript 
Html :: html input autocomplete=off not working 
Html :: comment text in html 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =