Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var gcalfeed;
- $.ajax({
- url: 'http://www.adamcbowen.com/demos/testing/wp-content/plugins/full-calendar-per-user-events/getgcalfeed.php',
- dataType: 'json',
- type: "POST",
- success: function(data) {
- var gcalfeed = data;
- alert(gcalfeed);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment