FullCalendar TypeError: $(…).fullCalendar is not a function

匿名 (未验证) 提交于 2019-12-03 02:14:01

问题:

i was trying to put fullCalendar 2.1.1 but it is not working...

<link href='/css/fullcalendar.css' rel='stylesheet' /> <link href='/css/fullcalendar.min.css' rel='stylesheet' /> <link href='/css/fullcalendar.print.css' rel='stylesheet' media='print' /> <script src='/js/moment.min.js'></script> <script src='/js/jquery.min.js'></script> <script src='/js/fullcalendar.min.js'></script> <script src="/js/jquery-ui.custom.min.js"></script> <script>      $(document).ready(function() {           $('#calendar').fullCalendar({             defaultDate: '2014-09-12',             editable: true,             eventLimit: true, // allow "more" link when too many events                      });      });  </script> 

but when i go to try open it i get this errors

more hot questions
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!