I am experiencing an issue in jQuery when I do multiple jsonp requests, all with the same jsonpCallback function. It seems that only for the one of those the callback functi
Not sure but the response I get from that call to the github API does not include gravatar_id.
gravatar_id
This worked for me:
function getGravatar(response){ var link = response.data.avatar_url; $('#list').append(''); }