Skip to content

Instantly share code, notes, and snippets.

@easement
Created November 28, 2012 14:42
Show Gist options
  • Save easement/4161718 to your computer and use it in GitHub Desktop.
Save easement/4161718 to your computer and use it in GitHub Desktop.
Get title of trello cards - click on the the tab you want then then run this in console
$.map($('.active-list .list-card-title'),function(val, i){ return $(val).text()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment