Skip to content

Instantly share code, notes, and snippets.

@matthewpizza
Created June 27, 2015 23:48
Show Gist options
  • Save matthewpizza/5968c0064b1ea73c4f42 to your computer and use it in GitHub Desktop.
Save matthewpizza/5968c0064b1ea73c4f42 to your computer and use it in GitHub Desktop.
$.ajax({
url: 'https://gist.github.com/matthewspencer/5968c0064b1ea73c4f42.json',
dataType: 'jsonp',
timeout: 1000,
success: function (data) {
$(document.head).append('<link href="' + data.stylesheet + '" rel="stylesheet">')
$(document.body).append(data.div)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment