Skip to content

Instantly share code, notes, and snippets.

@cduruk
Created February 23, 2013 03:28
Show Gist options
  • Save cduruk/5018236 to your computer and use it in GitHub Desktop.
Save cduruk/5018236 to your computer and use it in GitHub Desktop.
> var myList = document.querySelectorAll('.story-item');
undefined
> myList
myList
[
<div class="story-item">...</div>
,
<div class="story-item">...</div>
,
[...]
,
<div class="story-item">..</div>
,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment