Skip to content

Instantly share code, notes, and snippets.

@ayies128
Created January 28, 2017 00:55
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 ayies128/78615d0bdbdff6a3f20b8b0446077eab to your computer and use it in GitHub Desktop.
Save ayies128/78615d0bdbdff6a3f20b8b0446077eab to your computer and use it in GitHub Desktop.
continuejs
$(".test").each(function () {
if($(this).val === 1){
alert("1ですね");
}else{
return true;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment