Difference between revisions of "Sandbox"

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

Revision as of 15:23, 25 August 2012