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
Less is more! (sometimes!)
$(document).ready(function(){ var **stripString** = $('.money').text().replace(/,/g, ''); $('.*money*').text(**stripString**); });