admin管理员组文章数量:1379384
I've been trying to build a basic calendar with some already predefined events on it. For this calendar there shouldn't be an option to add an event, meaning the events should be already defined in the code.
I've already tried to use jquery datepicker but I can't add events to it, I was only able to change the color of a few days.
I've been trying to build a basic calendar with some already predefined events on it. For this calendar there shouldn't be an option to add an event, meaning the events should be already defined in the code.
I've already tried to use jquery datepicker but I can't add events to it, I was only able to change the color of a few days.
Share Improve this question asked Dec 15, 2013 at 21:44 MopMop 351 gold badge1 silver badge4 bronze badges1 Answer
Reset to default 6https://fullcalendar.io/ Try out this plugin, it should fit your needs.
$('#calendar').fullCalendar({
editable: false
// put further options and callbacks here
})
本文标签: How to make a basic event calendar with javascriptjQueryhtml and cssStack Overflow
版权声明:本文标题:How to make a basic event calendar with javascript, jquery, html and css? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742051380a2418079.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论