M
mysteryminds
Guest
I did try that earlier.. Somehow when doing that it removes even the currency values function wrapper() { var num = parseFloat( $ 0.00 ) + parseFloat( $ 0.00 ); rbv_api.formatCurrency(number, currSymbol, decPlaces, decSeparator, thSeparator); var n = num.toFixed(2); n = rbv_api.formatCurrency(n); return n; } wrapper();
Continue reading...
Continue reading...