jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
How to remove Masking on Form Submit
Have you take a look into our docs?
https://igorescobar.github.io/jQuery-Mask-Plugin/
Make sure your read this before opening a new issue:
https://github.com/igorescobar/jQuery-Mask-Plugin#problems-or-questions
Device
PC
Browser (and version)?
Version 101.0.4951.67 (Official Build) (64-bit)
Functional jsfiddle exemplifying your problem:
You can use this one as exemple: http://jsfiddle.net/igorescobar/6pco4om7/
Describe de problem depth:
I have script to submit form using ajax method Post. I use thousand separator mask. I need to remove thousand separator on submit Form Before: 20.000 after : 20000
Thanks in advance
Hello, I've written 2 examples of this:
https://github.com/igorescobar/jQuery-Mask-Plugin/issues/463#issuecomment-1235063511
I hope this helps.