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(e) { alert(e); }
+
error: function(e) { for( i in e ) alert(i + ':' + e[i]); }
 
});
 
});
 
});
 
});
  
 
</script></html>
 
</script></html>

Revision as of 15:24, 25 August 2012