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/3274db5c8d3bbd5c89d5c860a526581d to your computer and use it in GitHub Desktop.
Save ayies128/3274db5c8d3bbd5c89d5c860a526581d to your computer and use it in GitHub Desktop.
breakjs
$(".test").each(function () {
if($(this).val === 1){
alert("1ですね");
}else{
return false;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment