Skip to content

Instantly share code, notes, and snippets.

@Jorgelig
Created September 23, 2011 23:00
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 Jorgelig/1238676 to your computer and use it in GitHub Desktop.
Save Jorgelig/1238676 to your computer and use it in GitHub Desktop.
$.ajax({
type: "GET",
url: serviceUrl,
success: function (response) {
$("#" + nocnok_ad_container).html(response);
},
failure: function (error) {
alert('Error:\n' + JSON.stringify(error));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment