Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created December 14, 2011 21:27
Show Gist options
  • Save stevenpsmith/1478621 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1478621 to your computer and use it in GitHub Desktop.
add: function(item) {
var activitiesList = $('#activities-list'),
template = this.template;
activitiesList.append(template(item.toJSON()));
activitiesList.listview('refresh');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment