Skip to content

Instantly share code, notes, and snippets.

@EnriqueV
Created October 31, 2017 00:34
Show Gist options
  • Save EnriqueV/527ed3fb8a535bc3df67160ed5363d55 to your computer and use it in GitHub Desktop.
Save EnriqueV/527ed3fb8a535bc3df67160ed5363d55 to your computer and use it in GitHub Desktop.
var datoaEnviar = "algo";
$.ajax({
type: "POST",
url: "script.php",
data:{ comosellamelavarible: datoaEnviar },
success: function(data){
console.log(data);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment