Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 1: | Line 1: | ||
| − | {{ | + | <html><script> |
| + | $.ajax({ | ||
| + | type: 'GET', | ||
| + | url:' http://blockchain.info/ticker', | ||
| + | dataType: 'json', | ||
| + | success: function(json) { | ||
| + | alert( json.EUR['24hr'] ); | ||
| + | } | ||
| + | }); | ||
| + | </script></html> | ||
Revision as of 20:46, 14 April 2013



