Skip to content

Instantly share code, notes, and snippets.

@Jorgelig
Created September 23, 2011 23:00
$.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