Manjeet Kashyap Blog
Manjeet kashyap blog
Tuesday 8 January 2019
Round off decimal values in jquery using toFixed funtion.
Round off decimal values in jquery :
Before Output : 10
var total = 10;
var total = total.toFixed(2);
After useing function :
10.00
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment