Skip to content

Instantly share code, notes, and snippets.

@trashhalo
Last active October 24, 2016 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trashhalo/3aeaa99acb51216c2c5cd8144d5e3250 to your computer and use it in GitHub Desktop.
Save trashhalo/3aeaa99acb51216c2c5cd8144d5e3250 to your computer and use it in GitHub Desktop.
Sum the points of checked stories in pivotal
$(".panel.visible .story").has(".selector.selected").find(".meta span").toArray().reduce(function(e,r){return e+parseInt(r.innerHTML)},0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment