Skip to content

Instantly share code, notes, and snippets.

@jirolabo
Created December 21, 2014 04:57
Show Gist options
  • Save jirolabo/000792117b22faafeabb to your computer and use it in GitHub Desktop.
Save jirolabo/000792117b22faafeabb to your computer and use it in GitHub Desktop.
for (i = 0; i < array.length; i++) {
$(".hoge").each(function() {
alert("hoge");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment