Code Monkey home page Code Monkey logo

Comments (7)

gbuendia avatar gbuendia commented on July 30, 2024 1

Hi, same problem here, events are shown in the current month only. The dates are correct (with leading zeroes). The console says nothing so I don't know what info can be useful for you.
Edit: in my case I'm using

ajax: {
   url: "js/zabuto_eventdata.json",
   modal: true
},

Edit: using fixed data works.


Final edit: I was working locally. At a server it works perfectly. I feel stupid now.

from calendar.

magicstickuk avatar magicstickuk commented on July 30, 2024

If I was a guessing man I would say that the AJAX is broke. So when you are pressing the navigation buttons to go to the next month the AJAX is not returning the events config. When you press the nav buttons do you get an error on the console log in firefox/chrome? That could help the developer/you diagnose your problem.

from calendar.

dhonions avatar dhonions commented on July 30, 2024

I'm also having issues displaying events with fixed data like @voltan. Looks like the script never makes it to parse fixed data.

from calendar.

magicstickuk avatar magicstickuk commented on July 30, 2024

Really need to check what your console log is saying guys. No issues from me doing a similar setup as above (I'm using php to generate the event data Json)

from calendar.

dhonions avatar dhonions commented on July 30, 2024

we're not using ajax to pull in the event data though. we are using the fixed data option, thus no ajax.get console error.

from calendar.

magicstickuk avatar magicstickuk commented on July 30, 2024

Nothing to do with what you are doing. The calendar uses Ajax to load in data when you press the nav buttons. If there is an error in your set up the error with stop the Ajax from loading. Hense why I am suggesting you see if the console is firing any errors on the nav button press.

from calendar.

voltan avatar voltan commented on July 30, 2024

I find the problem finally , on JSON array , 2016-1-22 should be 2016-01-22 , or 2016-3-4 should be 2016-03-04

from calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.