A CodePen by Alex Vazquez.
Created
August 19, 2013 22:38
-
-
Save quezo/6275042 to your computer and use it in GitHub Desktop.
A CodePen by Alex Vazquez.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>data goes here.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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