Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created January 9, 2018 16:02
Show Gist options
  • Select an option

  • Save Pavracer/fe330d978a23410292c1af37b63d1e04 to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/fe330d978a23410292c1af37b63d1e04 to your computer and use it in GitHub Desktop.
Header_fax_info.js
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(".logo_container").prepend('<p id="fax-info">Fax:555-55-55</p>');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment