Skip to content

Instantly share code, notes, and snippets.

@steadicat
Created May 12, 2010 19:47
Show Gist options
  • Save steadicat/399049 to your computer and use it in GitHub Desktop.
Save steadicat/399049 to your computer and use it in GitHub Desktop.
Barista.Template.teamMember = function(el, data) {
$.each(data.rows, function(i, member) {
el.clone().insertBefore(el).removeClass('t').removeClass('t-teamMember').text(member.name);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment