Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 16, 2017 01:46
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/1e241190ebdc16dc3315eb5d3dff37df to your computer and use it in GitHub Desktop.
Save goofmint/1e241190ebdc16dc3315eb5d3dff37df to your computer and use it in GitHub Desktop.
7.md
// 入力項目でエラーがあったときに実行されるハンドラ
highLightArea: function(orgThis, el, error, errorClass) {
$(el).css('background-color', 'red');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment