Skip to content

Instantly share code, notes, and snippets.

@nooop3
Created March 23, 2017 10:14
Show Gist options
  • Save nooop3/ae140c0724caaa25fa587b8b2ed21ccb to your computer and use it in GitHub Desktop.
Save nooop3/ae140c0724caaa25fa587b8b2ed21ccb to your computer and use it in GitHub Desktop.
form pretty format
console.table($("form").serialize().split("&").map(item => item.split("=")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment