Open radhava opened 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:-
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.