Home > Backend Development > PHP Tutorial > 怎么整合jquery fullcalendar到网站中

怎么整合jquery fullcalendar到网站中

WBOY
Release: 2016-06-13 13:24:15
Original
1114 people have browsed it

如何整合jquery fullcalendar到网站中
想把jquery fullcalendar整合到网站上。可是不知道如何处理事件(events)和如何存储到mysql的细节(json)。

希望大家给与指导!!! 急!!!!!!!!!

非常感谢!!!!

------解决方案--------------------
jquery 如果你不会的话。需要完成楼上的功能的话,比较难呀。
------解决方案--------------------
我也在看这个东东~
你可以先到去下载jquery-week-calendar的实例

http://www.redredred.com.au/projects/jquery-week-calendar/

虽然是英文的,但是如果在google里面输入这个网址,google有在线翻译的功能~


里面你可以找到这样的代码:
events : [
{
"id":6, //只读
"start": new Date(year, month, day, 11,17), 
//开始时间:year:[年],month:[月],day:[日],11指的[时],17指[分]
"end": new Date(year, month, day, 12), //结束时间
"title":"我是只读的", //设置显示的内容
readOnly : true //设置是否为只读
}
]
我知道的暂时就这些~
希望对你有帮组,
如果你会了,也麻烦你多指教了~
谢谢~~~~

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template