Difference between revisions of "Sandbox"

From Organic Design wiki
m
m
Line 2: Line 2:
 
$.ajax({
 
$.ajax({
 
type: 'GET',
 
type: 'GET',
url:' http://blockchain.info/ticker',
+
url: 'http://blockchain.info/ticker',
 
dataType: 'json',
 
dataType: 'json',
 
success: function(json) {
 
success: function(json) {
alert( json.EUR['24hr'] );
+
alert( 'foo' );
 
}
 
}
 
});
 
});
 
</script></html>
 
</script></html>

Revision as of 20:50, 14 April 2013