|
@@ -328,22 +328,17 @@ $(document).ready(function() {
|
|
|
if (!cfCheckLogin()) {
|
|
if (!cfCheckLogin()) {
|
|
|
$(".day").html("<span>0</span>일");
|
|
$(".day").html("<span>0</span>일");
|
|
|
}else{
|
|
}else{
|
|
|
|
|
+ $('.day').html('<span>' + (custAttendList.length +1) + '</span>일');
|
|
|
|
|
+ $("#td_"+date).attr("class","today");
|
|
|
$.each(custAttendList, function(idx, item) {
|
|
$.each(custAttendList, function(idx, item) {
|
|
|
- $('.day').html('<span>' + custAttendList.length + '</span>일');
|
|
|
|
|
if(item.entryDt == date){
|
|
if(item.entryDt == date){
|
|
|
$("#td_"+date).attr("class","complete");
|
|
$("#td_"+date).attr("class","complete");
|
|
|
- }else{
|
|
|
|
|
- $("#td_"+date).attr("class","today");
|
|
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
$(".title").html("<strong>"+month+"월</strong> 출석체크");
|
|
$(".title").html("<strong>"+month+"월</strong> 출석체크");
|
|
|
|
|
|
|
|
//공유 버튼 토글
|
|
//공유 버튼 토글
|