Created
January 30, 2018 14:22
-
-
Save Pavracer/666f23f3dbcc379833dad3d85090c80e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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