Search:
Type: Posts; User: pastajon
Search :
Search took 0.01 seconds.
I'd like to use something like this but populate the second drop down from the google spreadsheet:
http://javascriptkit.com/script/cut183.shtml
<form name="doublecombo">
<p><select...
This script is a starting place for what I'd like to do, which is to use a drop down to select a 'state', which in turn populates a second drop down with 'names' of representatives from that state,...
JMRKER,
Your solution accomplishes what I am wanting, a three digit display. Now I just need to work on the equation to reflect the rate I'm after:
The national debt grows at a rate of $48,994...
Where do I place number.toFixed(1) ?
Yes, I can be limited to 10.0 to 99.9.
Do I place it somewhere within this new string of code?
return (''+nStr).replace(/(\d{3})(?=\d)/g,'$1,')
}
I want to shorten my display number to three digits, from 16,xxx,xxx,xxx,xxx to 16.x
I'm a cut and paste script guy and play with variables, but write no code.
I'm using a count up script that I want to set how many digits / numbers are displayed. The variables use large numbers...