Thursday, March 30, 2017

Laravel - Fullcallendar doesn't load but show html code

im using FullCallendar package in my laravel project, i think that works but i dont know why don´t show the calendar but shows html code in my view.

   <div id="calendar-TcJ9C2VA"></div> 
<script> $(document).ready(function()
{ $('#calendar-TcJ9C2VA').fullCalendar({"header":{"left":"prev,next today","center":"title","right":"month,agendaWeek,agendaDay"},"eventLimit":true,"firstDay":1,"events":[{"id":1,"title":"moradia","allDay":false,"start":"2017-03-29T00:00:00+00:00","end":"2017-03-30T08:00:00+00:00"}]}); });
 </script>

sources

<script src=></script>
    <script src=></script>
    <script src=></script>
    <script src=></script>
    <script src=></script>

in console gives me errors, but i already changes jquery/moment sources, and always same errors..

thanksenter image description here

EDIT: now i have this errors and same html code in view enter image description here



via D. Lopes

Advertisement