Skip to content

Instantly share code, notes, and snippets.

@0xjjpa
Created October 7, 2012 23:46
Show Gist options
  • Save 0xjjpa/3849994 to your computer and use it in GitHub Desktop.
Save 0xjjpa/3849994 to your computer and use it in GitHub Desktop.
Decode Encoded String to POST it
var decoded = $("<div/>").html(encodedStr).text();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment