Closed GoogleCodeExporter closed 8 years ago
Looked this over, it appears you are using it incorrectly. You should change
your
code to;
$("#field").format({format:"-#,###", locale:"hu"});
And this will fix your problem. In formatting, you only specify how many
numbers are
between the separator one time, so by doing it multiple times, you caused the
error.
Also of note, Hungarian (I assume that's what "hu" is) isn't supported, so the
values
will default to "en". Please check the unminimized version of the code for
supported
languages until I can expand this documentation.
Original comment by bluedevi...@gmail.com
on 26 Jan 2009 at 6:16
Thanks for your help.
Original comment by stoney...@gmail.com
on 26 Jan 2009 at 8:31
Original issue reported on code.google.com by
stoney...@gmail.com
on 22 Jan 2009 at 3:30