$(function() { $.get('/repos/box-o-sand', function(data) { $('#repo-collection-title').html(data.path); }); });