Created
July 30, 2013 22:27
-
-
Save christianroman/6117631 to your computer and use it in GitHub Desktop.
CPMX4
This file contains 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
jQuery.ajax({ | |
type: 'POST', | |
url: 'validarCodigoInvitacion', | |
data: {inputCodigo : '41F8**** tu codigo'}, | |
dataType: 'json', | |
success: function(response) { console.log(response) ;}, | |
error: function(req, err){ console.log(err); } | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment