Skip to content

Instantly share code, notes, and snippets.

@shamilovtim
Created May 22, 2013 19:57
Show Gist options
  • Save shamilovtim/5630420 to your computer and use it in GitHub Desktop.
Save shamilovtim/5630420 to your computer and use it in GitHub Desktop.
jQuery fastest way of selecting first child
$($('#test')[0].firstChild);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment