Skip to content

Instantly share code, notes, and snippets.

@thomas-thackery
Created June 15, 2016 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomas-thackery/3fe9a804e0e7eb932a8848ea72a28bc5 to your computer and use it in GitHub Desktop.
Save thomas-thackery/3fe9a804e0e7eb932a8848ea72a28bc5 to your computer and use it in GitHub Desktop.
<!-- in the header -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="scripts/jquery-2.1.1.min.js"><\/script>')</script>
<!-- document ready -->
<script>
$(document).ready(function() {
var customHTML = "<h2>Jeg elsker brød</h2>"
$(customHTML).insertBefore( "#someID" );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment