Skip to content

Instantly share code, notes, and snippets.

@inazt
Created September 23, 2010 15:48
Show Gist options
  • Select an option

  • Save inazt/593840 to your computer and use it in GitHub Desktop.

Select an option

Save inazt/593840 to your computer and use it in GitHub Desktop.
jQuery.post("/facebookapp/tgNotifier/postToPage.php", {a:'aa', b:'bb'},
function(data){
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment