| Issue 2117: | Fullcalender events not showing in iphone and safari browser | |
| 1 person starred this issue and may be notified of changes. | Back to list |
hi, my fulcalender script not showing events on safari and iphone browsers. this is the script i am using -
$(document).ready(function() {
var date = new Date();
var d = date.getDate();
var m = date.getMonth();
var y = date.getFullYear();
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month'
},
events: <?php include('json-events.php'); ?> ,
});
});
please help me out with this. whats wrong in my code ?
Jun 7, 2014
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |