Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created January 30, 2018 14:22
Show Gist options
  • Select an option

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

Select an option

Save Pavracer/666f23f3dbcc379833dad3d85090c80e to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('img#logo').attr('src', 'http://content.ziegertknightfrank.com/wp-content/uploads/2018/01/ziegert_frankknight_jointventure_logo1.png');
jQuery('#logo').after('<img id="my_fixed_logo" src="black_logo_link" />');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment