Created
January 9, 2018 16:02
-
-
Save Pavracer/fe330d978a23410292c1af37b63d1e04 to your computer and use it in GitHub Desktop.
Header_fax_info.js
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(".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