fullCalendar使用

fullCalendar日历管理插件。
中文文档地址:http://blog.csdn.net/lgg201/archive/2009/11/17/4818941.aspx

针对通过URL加载日历事件,不能发送用户定义参数,做了些小修改
加上postParams(array对象)设置,添加用户自己的传送参数
var postParams=new Array();
postParams.push({name:'startId',value:startId});
$('#calendar').fullCalendar('option', 'postParams', postParams);
$('#calendar').fullCalendar('refetchEvents');

源码见附件

你可能感兴趣的:(.net,Blog,idea)