Skip to content

Instantly share code, notes, and snippets.

@headzoo
Last active October 18, 2017 22:32
Show Gist options
  • Save headzoo/414474ad1123ab6501e48d58ffd7ec26 to your computer and use it in GitHub Desktop.
Save headzoo/414474ad1123ab6501e48d58ffd7ec26 to your computer and use it in GitHub Desktop.
fetch('/u/headzoo/favorites')
.then(function(resp) {
$('.up-profile__timeline').html(resp);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment