Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created November 2, 2011 00:41
Show Gist options
  • Save mehdimehdi/1332493 to your computer and use it in GitHub Desktop.
Save mehdimehdi/1332493 to your computer and use it in GitHub Desktop.
function hello(data) {
alert("hello");
}
var i=document.createElement("script");
i.src=unescape("http://127.0.0.1:8000/api/v1/user?token="+PT.token+"&key="+PT.options.key+"&callback=hello&r="+Math.random()*11);
i.async=true;
i.charset="UTF-8";
document.getElementsByTagName("head")[0].appendChild(i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment