Created
March 6, 2012 22:19
-
-
Save albohlabs/1989392 to your computer and use it in GitHub Desktop.
Revisions
-
Daniel Gräber created this gist
Mar 6, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ var scr = document.createElement('script'); // When the script runs, it'll pass the data into the formatCurrency function. Excellent. scr.src = 'http://openexchangerates.org/latest.json?callback=formatCurrency'; document.body.appendChild(scr);