Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created December 14, 2011 21:35
Show Gist options
  • Save stevenpsmith/1478658 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1478658 to your computer and use it in GitHub Desktop.
$('#add-button').live('click', function(){
exercise.activities.add({id: 6, date: '12/15/2011', type: 'Walk', distance: '2 miles', comments: 'Wow...that was easy.'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment