Skip to content

Instantly share code, notes, and snippets.

@asssis
Created March 27, 2019 11:28
Show Gist options
  • Save asssis/192eafb775ab9c0ac5da67242dbee7c0 to your computer and use it in GitHub Desktop.
Save asssis/192eafb775ab9c0ac5da67242dbee7c0 to your computer and use it in GitHub Desktop.
$.ajax({
type: 'get',
url: '/intranet/notificacao/salvar_notificacao',
data: {
editor: editor,
},
dataType: 'json',
success: function (json) {
},
error: function (e) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment