Skip to content

Instantly share code, notes, and snippets.

@boichee
Created September 13, 2014 10:12
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 boichee/46f31ca1bec23bac6ac1 to your computer and use it in GitHub Desktop.
Save boichee/46f31ca1bec23bac6ac1 to your computer and use it in GitHub Desktop.
Simple console emulator for JSFiddle - HTML Pane
<div class="console large">Console Emulator:</div>
<div id="console-log" class="console">
<p class="help">Just use console.log("...") as you normally would.</p>
</div>
@boichee
Copy link
Author

boichee commented Sep 13, 2014

Make sure to grab all 3 files (the HTML, CSS, and JS) to make this work in JSFiddle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment