Skip to content

Instantly share code, notes, and snippets.

@shorti1996
Last active November 18, 2018 01:17
Show Gist options
  • Save shorti1996/d6ae592d50d75ba7e1df646b964248bc to your computer and use it in GitHub Desktop.
Save shorti1996/d6ae592d50d75ba7e1df646b964248bc to your computer and use it in GitHub Desktop.
var trs = $('.wikitable,.sortable tr').slice(2, -1);
trs.toArray().map((el, ind) => { return $('td', el).toArray().map((td, i) => { return td.innerText }) })
$('tr td:first-child', $('.wikitable,.sortable')[1]).each(function () {
str += $(this).next().text() + "\n"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment