Skip to content

Instantly share code, notes, and snippets.

@MikeGrace
Created October 12, 2010 05:30
Show Gist options
  • Save MikeGrace/621699 to your computer and use it in GitHub Desktop.
Save MikeGrace/621699 to your computer and use it in GitHub Desktop.
Write to StringBin Example
$.ajax({
dataType: "jsonp",
url: "http://api.stringbin.com/1/write?pin=t6BmN0Iw567L1MY&key=MikeGrace&value=creator",
success: function(data) {
$('body').append("<h1>Error Saving? "+data.error+"</h1>");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment