Tagged Questions
0
votes
1answer
153 views
Adding inside wp-plugin jQuery script that receives JSON-formatted data, generated by php-function inside this plugin
I'm trying to add Highstock chart in my plugin. It requires input data in json format. But I have some troubles with default json parser in jQuery. I've already read this article, but still can't ...
1
vote
2answers
242 views
How to get all events from 'All in one Events calender' plugin in JSON format?
I am using All in one Events Calendar plugin to add the events. It works fine in CMS. I would like to display the events data in mobile version. for this i used JSON-API for obtaining web-services in ...