Skip to content

Instantly share code, notes, and snippets.

@a5mith
Created November 18, 2014 23:07
Show Gist options
  • Save a5mith/8827c87841895ed59539 to your computer and use it in GitHub Desktop.
Save a5mith/8827c87841895ed59539 to your computer and use it in GitHub Desktop.
var
sidebarEl = $('.nav-sidebar'),
categoryContainer = sidebarEl.find('.main-nav');
$.get(RELATIVE_PATH + '/api/').success(function(returnData) {
templates.parse('partials/menu', returnData, function(html) {
console.log(returnData)});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment