Difference between revisions of "Sandbox"

From Organic Design wiki
m
m
Line 7: Line 7:
 
data: { action: 'raw', title: 'Main_Page' },
 
data: { action: 'raw', title: 'Main_Page' },
 
dataType: 'jsonp',
 
dataType: 'jsonp',
success: function(data) { alert('success: '+data); }
+
success: function(data) { alert('success: '+data); },
error:function(){
+
error:function() { alert("Error"); }
      alert("Error");
 
  },
 
 
 
 
});
 
});
 
});
 
});
  
 
</script></html>
 
</script></html>

Revision as of 15:20, 25 August 2012