I'm pulling the current price of bitcoin from the Mt. Gox API. Here is a fiddle: http://fiddle.jshell.net/9Kx5N/6/ How do I get it to update regularly, like once per second?
http://fiddle.jshell.net/9Kx5N/7/
Just use setInterval(),javasctipt time function.