Skip to content

Instantly share code, notes, and snippets.

@newbyca
Created May 31, 2012 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newbyca/2840661 to your computer and use it in GitHub Desktop.
Save newbyca/2840661 to your computer and use it in GitHub Desktop.
setup script for google finance ticker
$(document).ready(function () {
$('div#ticker').googlefinanceticker({ tickers: 'goog,aapl,msft,csco,intc,ibm,att,bidu' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment