1

jQuery週カレンダーで特定のテーマを設定する方法

4

2 に答える 2

0

https://github.com/robmonie/jquery-week-calendar/wiki/

言うまでもなく「テーマ」があるようには見えないので、css/etc を自分で変更する必要があります。

"I have entertained the thought of making the calendar jquery-ui theme compatible but I don’t think the design elements in the calendar completely fit with those provided by the theme builder so probably wouldn’t work out."

于 2012-08-07T12:43:04.170 に答える
0
$('#switcher').themeswitcher(
            {loadTheme:'Dark Hive',
            cookieName: 'Dark Hive'});
          });

html

<div id="switcher" style="display:none"></div>
于 2012-08-30T08:32:16.743 に答える