Skip to content

Instantly share code, notes, and snippets.

@anselmdk
Created January 12, 2015 15:09
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 anselmdk/f4d3b708a46b32ce1afb to your computer and use it in GitHub Desktop.
Save anselmdk/f4d3b708a46b32ce1afb to your computer and use it in GitHub Desktop.
remove html body to see a formatted `var_dump` from php
var pre = $('pre');
$('body').remove();
$('html').append(pre);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment