Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created October 10, 2010 18:29
Show Gist options
  • Save juanghurtado/619441 to your computer and use it in GitHub Desktop.
Save juanghurtado/619441 to your computer and use it in GitHub Desktop.
jQuery('.something').each(function() {
jQuery('.element', this); // Finds '.element' inside current '.something' iteration
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment