Skip to content

Instantly share code, notes, and snippets.

@TheNaoX
Created January 27, 2014 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheNaoX/8655858 to your computer and use it in GitHub Desktop.
Save TheNaoX/8655858 to your computer and use it in GitHub Desktop.
var objects;
$.ajax({
url: "/path",
done: function(response){
// Return here the value
objects = response;
}
});
console.log(objects);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment