Skip to content

Instantly share code, notes, and snippets.

@christianroman
Created July 30, 2013 22:27
Show Gist options
  • Save christianroman/6117631 to your computer and use it in GitHub Desktop.
Save christianroman/6117631 to your computer and use it in GitHub Desktop.
CPMX4
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