Skip to content

Instantly share code, notes, and snippets.

@echamudi
Created October 19, 2018 20:21
Show Gist options
  • Save echamudi/40f136636f6666dfe73f2f09a176762e to your computer and use it in GitHub Desktop.
Save echamudi/40f136636f6666dfe73f2f09a176762e to your computer and use it in GitHub Desktop.
var mywk = {};
for (i = 0; i<$('.lattice-single-character li').length; i++) {
mywk[$('.lattice-single-character li a')[i].innerText] = $($('.lattice-single-character li a')[i]).data('original-title').replace('<br><span lang="ja">', ' : ').replace('</span>', '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment