I am wanting to know if its possible to take off commas from an input box when clicking a submit button using jQuery.
I am trying to take in a number value from users that automatically adds in commas for easier readability, ex: $1,000,000. I have gotten this running however when the user submits the data, our backend cannot read values anything else other than numbers so I am wanting to know if I can change the values with commas to just numbers when the user clicks the submit button?