Title: Numberbox precision Post by: leela on July 16, 2014, 03:06:35 PM Hi,
I am usig precision property for number box. But is there a way to show the number with out decimal points, in case the catual value is an integer and show the decimal places only for floating point number. Eg: 45.23 should shown as 45.23 45 should show up as 45 , instead of 45.00 Please advise. -Leela. Title: Re: Numberbox precision Post by: stworthy on July 16, 2014, 03:48:46 PM Please override the 'formatter' function to achieve this functionality.
Code: $('#nn').numberbox({ |