Created
November 28, 2012 14:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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