Skip to content

Instantly share code, notes, and snippets.

@slick2
Last active August 3, 2017 13:36
Show Gist options
  • Save slick2/6b55fc9833b798e6b1c806a94fc3024d to your computer and use it in GitHub Desktop.
Save slick2/6b55fc9833b798e6b1c806a94fc3024d to your computer and use it in GitHub Desktop.
$.ajax({
url: '/users/xhr_contactlist',
dataType: 'json'
}).done(function (data) {
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment