Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 16, 2017 01:45
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 goofmint/8ad3f273ad53fb887758597c490eb68c to your computer and use it in GitHub Desktop.
Save goofmint/8ad3f273ad53fb887758597c490eb68c to your computer and use it in GitHub Desktop.
7.md
// validateでエラーが1つでもあると実行されるハンドラ
invalidHandler: function(orgThis, ev, validator) {
alert('入力内容に誤りがあります。');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment