Skip to content

Instantly share code, notes, and snippets.

@eiryu
Created March 1, 2019 07:06
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 eiryu/51dfd0606052ec3949fcfa5dbb9fa74e to your computer and use it in GitHub Desktop.
Save eiryu/51dfd0606052ec3949fcfa5dbb9fa74e to your computer and use it in GitHub Desktop.
Zaifコイン積み立て JavaScript
$('.table-striped tr').map(function(i, dom) {
var $td = $(dom).children();
console.log($td.eq(0).text() + ',' + $td.eq(1).text() + ',' + $td.eq(2).text() + ',' + $td.eq(3).children('span').text() + ',' + $td.eq(4).text().trim());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment