Skip to content

Instantly share code, notes, and snippets.

@a5mith
Created November 18, 2014 21:43
Show Gist options
  • Save a5mith/a43116cb3afcd19356c6 to your computer and use it in GitHub Desktop.
Save a5mith/a43116cb3afcd19356c6 to your computer and use it in GitHub Desktop.
Looks at homepage and grabs category data
$.get(RELATIVE_PATH + '/api/').success(function(returnData) {
templates.parse('partials/sidebar/sidebar_home', returnData, function(html) {
categoryContainer.append(html);
});
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment