开发者

Jquery full calendar with events from sql database

Can any开发者_开发百科one give sample code in which there is interaction of jquery fullcalendar with the database


There really isn't a way for fullcalendar to interact with the database. You need to write some server-side software to support the fullcalendar requests.

You need to handle your own sql queries, as fullcalendar will just make requests to a URL looking for the event data, looking for JSON.

Check out here: http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜