jQuery - comma on number

0 votes
172 views
added Aug 29, 2018 in jQuery by LC Marshal Captain (25,790 points)
var proppriceComma = this.actual_price;
proppriceComma = Number(proppriceComma).toLocaleString('en'); 

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...