Skip to content

Instantly share code, notes, and snippets.

@jnericks
Created October 22, 2010 04:08
Show Gist options
  • Save jnericks/639915 to your computer and use it in GitHub Desktop.
Save jnericks/639915 to your computer and use it in GitHub Desktop.
$.post(link, { IsOkToDelete: confirmed }, function(data) {
$.get('Home/IndexRelationship/', function(partialView) {
$('#my_div').html(partialView);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment