【发布时间】:2014-07-09 11:46:02
【问题描述】:
事件的文本前有 00 (00myeventname)。
这是我的代码:
$('#calendar').fullCalendar({ //re-initialize the calendar
header: h,
buttonIcons: false, // show the prev/next text
editable: false,
droppable: false,
lang: 'pt',
events: 'http://nameit.pt/pontotestes/calendarevents'
});
你能帮帮我吗?
【问题讨论】:
-
您需要什么帮助?你有什么问题?
-
如何删除 00?为什么 fullcalendar 显示 00?
-
您需要提供更多背景信息,我们才能为您提供帮助。请同时提供相应的 HTML 代码。
-
问题是事件的标题在开头是00。
-
标签: javascript jquery fullcalendar