Style-able and semantic XHTML

I have tried to make Calendar as semantic as possible–with proper usage of CAPTION, THEAD, TBODY, TH and TD elements–and lots of CSS styling hooks. View the Calendar stylesheet for examples of the CSS; see the Styling Your Calendar section in the Manual for references to the XHTML. myCal1 = new Calendar({ date1: 'd/m/Y' }, { direction: 1, tweak: { x: 6, y: 0 }});
myCal2 = new Calendar({ date2: 'd/m/Y' }, { classes: ['dashboard'], direction: 1 });
myCal3 = new Calendar({ date3: 'd/m/Y' }, { classes: ['i-heart-ny'], direction: 1 });

Default styling
Alternate styling: dashboard
Alternate styling: i-heart-ny (experimental)

 

代码整理:时代Java 分享学习 

注:此代码仅供学习交流,请勿用于商业用途。

时代Java 分享学习整理。




下载代码说明
X关闭

三款漂亮的js日历控件 表单输入日期

这三款js日历控件非常精美漂亮,推荐给大家下载代码,自己使用,下面还有一个仿Vista的日历控件,大家也可以看看! 这个js日历代码的优势是:代码简介明了,方便用户使用修改。