Skip to content

Instantly share code, notes, and snippets.

@muratayusuke
Last active October 8, 2015 10:37
Show Gist options
  • Save muratayusuke/cdcda36c030f185ad61d to your computer and use it in GitHub Desktop.
Save muratayusuke/cdcda36c030f185ad61d to your computer and use it in GitHub Desktop.
task list in pivotal
var res = "";$('.story_name').each(function(i,obj){res+=$(obj).text()+"\n"});console.log(res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment