Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created March 10, 2017 10:47
Embed
What would you like to do?
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