Skip to content

Instantly share code, notes, and snippets.

@chardos
Last active February 16, 2016 05:06
Show Gist options
  • Save chardos/486834f1bde281ef858b to your computer and use it in GitHub Desktop.
Save chardos/486834f1bde281ef858b to your computer and use it in GitHub Desktop.
var $logger = $('<div class="logger">').css({'background-color': 'white',position: 'fixed', display: 'inline-block', 'z-index': 99999})
$('body').prepend( $logger );
function log(val){ $logger.html(val) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment