Skip to content

Instantly share code, notes, and snippets.

@SimonGivre
Created December 5, 2013 13:47
Show Gist options
  • Save SimonGivre/7805379 to your computer and use it in GitHub Desktop.
Save SimonGivre/7805379 to your computer and use it in GitHub Desktop.
post.js
var jq = document.createElement('script');
jq.src = "http://code.jquery.com/jquery-latest.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
$.post('http://10.30.1.43:7101/loyapps/smsnthmobile',{ keyword: "LOYFEIGFR",msisdn: "0041792476880", sessionId: "234234",businessNumber:"9292" },function(data){
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment