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..
via D. Lopes