My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Invalid
Owner:  ----
Closed:  Jun 2014


Sign in to add a comment
 
Reported by connect9...@gmail.com, Mar 14, 2014
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
(No comment was entered for this change.)
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting