Skip to content

Instantly share code, notes, and snippets.

@NaokiStark
Created November 3, 2015 05:32
Show Gist options
  • Save NaokiStark/38a32853a0bf8b681d79 to your computer and use it in GitHub Desktop.
Save NaokiStark/38a32853a0bf8b681d79 to your computer and use it in GitHub Desktop.
var toSend={'msgSubject':'Asunto',
'msgText':'cuerpo',
'msgTo':'nick destinatario'};
$.post('/ajax/mp/compose',toSend,function(){/* callback */});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment