小编alm*_*mix的帖子

ReferenceError:左侧无效赋值

下一个代码有什么问题?它位于$ 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)

javascript jquery fullcalendar

1
推荐指数
1
解决办法
2万
查看次数

标签 统计

fullcalendar ×1

javascript ×1

jquery ×1