下一个代码有什么问题?它位于$ dialogContent.dialog中
buttons: {
save : function() {
calEvent.start = new Date(startdateField+' '+starttimeField.val()); // 11/25/2012 15:00
calEvent.end = new Date(endField.val());
if($('#script_all_stores_false').attr('checked')) { /*clearChildren(document.getElementById('days'));*/ frequency_as_dayField.val() = 99; }
// ???? ?? ????????? ???? recurring_start, ?? ????????? ??? ??????? ????? ?????? ???????
if(recurring_startField.val()!='') calEvent.recurring_start = new Date(recurring_startField.val()); else calEvent.recurring_start = new Date(startdateField+' '+starttimeField.val());
// ???? ?? ????????? ???? recurring_end, ?? ????????? ??? ??????? ????? + 1??? (??????: ????? ???? ?? ???????? ? ?????????? ?????? ????, ????? ????????????? ??????????? ?? ?????? ????? ????? …Run Code Online (Sandbox Code Playgroud)