Skip to content

Instantly share code, notes, and snippets.

@feifanzhou
Created March 26, 2014 02:00
Show Gist options
  • Select an option

  • Save feifanzhou/9775603 to your computer and use it in GitHub Desktop.

Select an option

Save feifanzhou/9775603 to your computer and use it in GitHub Desktop.
// a is a Nodelist
// like document.getElementsByClassName('class')
[].forEach.call(a, function (e) { console.log(e.children[0].innerHTML) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment