Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created March 10, 2017 10:47
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/f275c4b25caa8a3a5e6c1bd9da3c8109 to your computer and use it in GitHub Desktop.
Save goofmint/f275c4b25caa8a3a5e6c1bd9da3c8109 to your computer and use it in GitHub Desktop.
4.md
// 週間の日のスタイルにCSSでカスタマイズ
'#btnCssDow click': function() {
this.calendarController.setCssClassForDow(
this.$find('#selDowName').val(),
this.$find("#selCssDowName").val()
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment