Created
November 3, 2015 05:32
-
-
Save NaokiStark/38a32853a0bf8b681d79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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