Skip to content

Instantly share code, notes, and snippets.

@rubinovitz
Created May 9, 2013 00:53
Show Gist options
  • Save rubinovitz/5544799 to your computer and use it in GitHub Desktop.
Save rubinovitz/5544799 to your computer and use it in GitHub Desktop.
jason
$.ajax({
success: function(data) {
$('form').html(data['newDataParam']);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment