I need to show the value 29.89 like this. but not need to show like that 29.0, If after whole number is start with 0 means we need not show.
Example:
27.0 ==> 27 only
27.9 ==> 27.9 this is wright.
how to remove the 0 from first one using javascript