Skip to content

Instantly share code, notes, and snippets.

@kylerush
Created March 5, 2014 03:49
Show Gist options
  • Select an option

  • Save kylerush/9360816 to your computer and use it in GitHub Desktop.

Select an option

Save kylerush/9360816 to your computer and use it in GitHub Desktop.
jQuery.get('/account/info', function(data){
jQuery('#user-name').text(data.userName);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment