zabuto / calendar

This library is a jQuery plugin that lets you add a month calendar to your web page.
MIT License
351 stars 160 forks source link

json data not showing in modal window #66

Open radhava opened 6 years ago

radhava commented 6 years ago

Hi, I am a complete newbie so appreciate your help; I saved a file with Json data example calendar1.json [{ "date": "2018-03-01", "badge": true, "title": "Tonight", "body": "<p class=\"lead\">Party<\/p>

Like it's 1999.<\/p>", "footer": "At Paisley Park", "classname": "purple-event" }, { "date": "2018-03-02", "badge": true, "title": "Tonight", "body": "<p class=\"lead\">Party<\/p>

Like it's 1999.<\/p>", "footer": "At Paisley Park", "classname": "purple-event" }]

Now I try to pull this in modal using:-

Githubissues.
  • Githubissues is a development platform for aggregating issues.