I would like to set decimals like #.#
but it shows always like #.##
How I can do it for jQuery Globalize?
Is any clue?
I would like to set decimals like #.#
but it shows always like #.##
How I can do it for jQuery Globalize?
Is any clue?
Please try this
Check this link
$.format(45678.987, "n1")