Skip to content

Instantly share code, notes, and snippets.

@mailtoharshit
Created October 16, 2016 19:21
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 mailtoharshit/aa73ddf5ba8502182e19e0547f5a8231 to your computer and use it in GitHub Desktop.
Save mailtoharshit/aa73ddf5ba8502182e19e0547f5a8231 to your computer and use it in GitHub Desktop.
var data = $.ajax({
url: "https://api.myjson.com/bins/1009i",
success: function(result) {
console.log(result);
}
});
var options = {
keys: ['name'],
id: 'name'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment