Skip to content

Instantly share code, notes, and snippets.

@csmobile
Created June 3, 2014 19:59
Show Gist options
  • Save csmobile/f2390310d4882b595c18 to your computer and use it in GitHub Desktop.
Save csmobile/f2390310d4882b595c18 to your computer and use it in GitHub Desktop.
javascript jquery include(s) example code snippet
<script>
$(“#header”).load(“header.html”);
$(“#footer”).load(“footer.html”);
</script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>$(“#footer”).load(“footer.html”);</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment