Html
    Css
    Js

    
                        
.cld_table table {
	table-layout:fixed;
	margin:0 auto;
	width:80%;
	max-width:644px;
}
.cld_table table td {
	position:relative;
	font-size:30px;
	color:#333;
	max-width:92px;
	max-height:92px;
	text-align:center;
	height:92px;
	cursor:pointer;
}
.riliText {
	text-align:center;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jquery生成指定年月的日历

 要生成当前年月的日历:riliTableHtml(year,month+1);

0