' htm+= daycount+'' daycount++; } htm+='' } $("#cal_calendar").append(htm); var d=''; if(month<10){ d = year+'-0'+month }else{ d = year+'-'+month } //获取本月的文章 getNewsOfMonth(d); return d; } $(function(){ //加载日期 var date = showday() }) var newsObj={} function getNewsOfMonth(theDate){ $.ajax({ url : "/system/resource/newsdata/getCalendarData.jsp", type: "post", data:{theDate:theDate,"owner":1567534606,"hdwzlm":"1011,1036","method":"getAllOfMonthByMap"}, dataType : "json", contentType : "application/x-www-form-urlencoded; charset=UTF-8", success : function(data) { if(data&&{}!=data){ for(var pr in data){ $("#"+pr).addClass('on'); var doms = $($("#news-tpl").html()); doms.attr('data-value',pr); doms.attr('id','news_show'); var newListHmtl ='' var array=data[pr]; for(var j=0;j<2;j++){ var news=array[j]; if(!news) break; newListHmtl+= '
'+news.address+'
'+ '