| Issue 2219: | Problem with ajax navigation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Invalid
|
|
| ► Sign in to add a comment |