Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Last active August 29, 2015 14:22
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 mrroot5/e3d6a2893e23fb0a1d27 to your computer and use it in GitHub Desktop.
Save mrroot5/e3d6a2893e23fb0a1d27 to your computer and use it in GitHub Desktop.
Imprimimos código HTML visible desde la web, evitando que las entidades HTML actúen como tal.
http://jsfiddle.net/odxg8tfu/
$(document).ready(function () {
$('#code').text('<div class="foo">Mi HTML sin filtrar</div>');
});
<div id="code"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment