所属分类:输入-日期和时间
function dateClick(obj) { $(obj).siblings().each(function() { $(this).removeClass('ht-rili-td-active'); }); $(obj).addClass('ht-rili-td-active'); var cc = $('.calendar-box').calendarGetActive(); console.log(cc); }