如何在 jQuery 周历中设置特定主题
问问题
499 次
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 回答