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?
-
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>@ViewBag.Title | eNtsa Training-Academy</title>
- @Styles.Render("/Content/css")
- @Styles.Render("/Content/fullcalendarcss")
- <!--Some additional libraries-->
- @Scripts.Render("~/bundles/jquery")
- @Scripts.Render("~/bundles/fullcalendarjs")
- @Scripts.Render("~/bundles/bootstrap")
- @RenderSection("scripts", required: false)
Install-Package jQuery.Fullcalendar