Skip to content

Instantly share code, notes, and snippets.

@willkriski
Created December 1, 2011 11:46
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 willkriski/1416125 to your computer and use it in GitHub Desktop.
Save willkriski/1416125 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$.getJSON("http://willkriski.com/?json=1&count=1",function(data) {
$('body').append('<a href="'+data.posts[0].url+'"><div id="homeblog">'+data.posts[0].title+'</div></a>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment