Skip to content

Instantly share code, notes, and snippets.

@kassens
Created November 6, 2010 16:41
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 kassens/665527 to your computer and use it in GitHub Desktop.
Save kassens/665527 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
window.onload = function () {
console.log(document.querySelectorAll('div:nth-child(6) img'));
console.log(document.querySelectorAll('div:nth-child(6) img'));
console.log(document.querySelectorAll('div:nth-child(6) img'));
}
</script>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div><img /></div>
<div></div>
<div><img /></div>
</body>
</html>
@subtleGradient
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment