Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json data not showing in modal window #66

Open
radhava opened this issue Feb 11, 2018 · 1 comment
Open

json data not showing in modal window #66

radhava opened this issue Feb 11, 2018 · 1 comment

Comments

@radhava
Copy link

radhava commented Feb 11, 2018

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:-

<script type="application/x-javascript"> //$(document).ready(function () { $("#my-calendar").zabuto_calendar({ ajax: { url: "js/calendar1.json", modal: true, } }); // }); But it does not seem to work please your help is deeply appreciated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants