Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created November 21, 2013 05:54
Show Gist options
  • Save unamashana/7576691 to your computer and use it in GitHub Desktop.
Save unamashana/7576691 to your computer and use it in GitHub Desktop.
$.ajax({
type: "GET",
url: '/update_url',
data: "id=" + id,
success: function(data) {
$('#summary').html(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment