文件名称:基于jquery的日历,使用DIV+CSS
文件大小:6KB
文件格式:JS
更新时间:2015-10-19 05:21:38
jquery 日历 DIV+CSS
通过TABLE改造成DIV+CSS格式,引用:$("#__calendar").calendarWidget(); <style> table { font-size:12px; border-right: 1px solid #999; border-top: 1px solid #999; } td, th { border-left: 1px solid #999; border-bottom: 1px solid #999; width: 28px; padding: 5px 0; text-align: center; } th { background: #666666; color: #fff; } .day { font-weight:bold; } .dayActive { background-color:#9A0000; color:#FFFFFF; } .dayOther { color:#999999; font-weight:bold; } .other-month { background: #e8e8e8; } .current-month { background: #FFFFFF; } </style>