Gcobani Mkontwana

Gcobani Mkontwana

  • 567
  • 1.9k
  • 404.2k

FullCalendar is not a function

Oct 19 2020 8:59 AM
Hi Team
 
I am trying to create a full calendar event, using plugin for Jquery , now the Calendar is not working or loading due to libraries, FullCalendar is not a function. How can i resolve this issue in order for my Calendar to work?
  1. //_Layout.cshtml  
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge">  
  3. <title>@ViewBag.Title | eNtsa Training-Academy</title>  
  4. @Styles.Render("/Content/css")  
  5. @Styles.Render("/Content/fullcalendarcss")  
  6. <!--Some additional libraries-->  
  7. @Scripts.Render("~/bundles/jquery")  
  8. @Scripts.Render("~/bundles/fullcalendarjs")  
  9. @Scripts.Render("~/bundles/bootstrap")  
  10. @RenderSection("scripts", required: false)  
Install-Package jQuery.Fullcalendar

Answers (6)