Issue 2219: Problem with ajax navigation
Status:  Invalid
Owner: ----
Closed:  Aug 2014
Reported by cyrak...@live.fr, Jul 31, 2014
In my web app, i use ajax navigation.

I have a <div id="content"> in witch i load the fullcalendar page with jquery : $("#content").append("myCalendar.php");

myCalendar.php is like this :

<link href="fullcalendar.css" rel="stylesheet">
<link href="fullcalendar.print.css" rel="stylesheet" media="print">

<div id="calendar"></div>

<script src="fullcalendar.min.js"></script>

<script>
$('#calendar').fullCalendar();
</script>



With this ajax navigation, i have a problem : the view is not loaded automatically (i just have the header of the calendar). 
I have to click on the name of a view to see a view appear.

Anyone know how to resolve it ?
Aug 7, 2014
Project Member #1 adamrs...@gmail.com
please follow the instructions and post a JSFiddle recreation of the bug:
http://arshaw.com/fullcalendar/wiki/Reporting-Bugs/

then, post a brand new issue
Status: Invalid