Skip to content

Instantly share code, notes, and snippets.

@kary4
Created June 26, 2018 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kary4/f5da75f32ecfd0d51b70ef4f35711b59 to your computer and use it in GitHub Desktop.
Save kary4/f5da75f32ecfd0d51b70ef4f35711b59 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
jQuery('#main-header > a').attr('href', 'mailto:someone@example.com');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment