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
you can do like this
var str=$(".money").text(); var str2= str.replace(",", "")