Skip to content

Instantly share code, notes, and snippets.

@vjsingh
Created June 3, 2015 17:42
Show Gist options
  • Save vjsingh/12a634a399a8173daa9d to your computer and use it in GitHub Desktop.
Save vjsingh/12a634a399a8173daa9d to your computer and use it in GitHub Desktop.
var ToC = "<div>asdf </div>";
// This is a way to "htmlDecode" the string.
//ToC = $("&lt;div />").html(ToC).text();
$(".whole-page").append(ToC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment