Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created December 14, 2011 21:19
Show Gist options
  • Save stevenpsmith/1478582 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1478582 to your computer and use it in GitHub Desktop.
$('#activities').live('pageinit', function(event){
var activitiesListContainer = $('#activities').find(":jqmData(role='content')"),
activitiesListView;
exercise.initData();
activitiesListView = new exercise.ActivityListView({collection: exercise.activities, viewContainer: activitiesListContainer});
activitiesListView.render();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment