I am in need of some code that removes commas from a string. I currently have a variety of numbers in the number_format() for PHP. I use Jquery to post certain things to a updat
replace
var noCommas = $('.money').text().replace(/,/g, ''), asANumber = +noCommas;