Skip to content

Instantly share code, notes, and snippets.

@quezo
Created August 19, 2013 22:38
Show Gist options
  • Save quezo/6275042 to your computer and use it in GitHub Desktop.
Save quezo/6275042 to your computer and use it in GitHub Desktop.
A CodePen by Alex Vazquez.
<p>data goes here.</p>
// http://codepen.io/quezo/pen/yjdzt.js
$.ajax({
url: "http://s.codepen.io/quezo/pen/yjdzt.js",
}).done(function(rslt) {
$('p').html(rslt);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment