View difference between Paste ID: LmMbh33j and AaF2QdqB
SHOW: | | - or go back to the newest paste.
1
  var gcalfeed;
2
  $.ajax({
3-
   url: 'http://www.adamcbowen.com/demos/testing/wp-content/plugins/full-calendar-per-user-events/getgcalfeed.php',
3+
   url: wnm_custom.plugin_url+'/getgcalfeed.php',
4
   dataType: 'json',
5
   type: "POST",
6
     success: function(data) {
7
      var gcalfeed = data;
8
      alert(gcalfeed);
9
     }
10
     });