wvmoreira / jquery-numberformatter

Automatically exported from code.google.com/p/jquery-numberformatter
0 stars 0 forks source link

$ using us locale #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using the following string in my project.

$("#foreign-counter").flipCounter({number:123456789, 
formatNumberOptions:{format:"000,000,000",locale:"us"}});

How can I make a $ sign show up before the numbers?  I have a $ in my image 
file.

Original issue reported on code.google.com by m...@qwertytech.net on 17 Jul 2012 at 2:44

GoogleCodeExporter commented 8 years ago
Ok, but I see no reference to the library and no actual example to reproduce 
the problem. I'm guessing you just want a simple string concatenation - You can 
handle that in your own javascript of course.

Original comment by apar...@gmail.com on 18 Oct 2013 at 1:04