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
use replace function of javascript for removing , in a string
var result = jQuery('.money').html().replace(',', ''); alert(result);