Skip to content

Instantly share code, notes, and snippets.

@icehongssii
Created January 24, 2019 17:41
Show Gist options
  • Select an option

  • Save icehongssii/bfb381abeb1f17c555d6e071809f7d9c to your computer and use it in GitHub Desktop.

Select an option

Save icehongssii/bfb381abeb1f17c555d6e071809f7d9c to your computer and use it in GitHub Desktop.
function getData() {
var data;
$.get("example.php", function(response) {
data = response;
});
return data;
}
var data = getData()
console.log("the data is"+data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment