jQuery-Mask-Plugin icon indicating copy to clipboard operation
jQuery-Mask-Plugin copied to clipboard

How to remove Masking on Form Submit

Open jajasuparja opened this issue 3 years ago • 1 comments

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

jajasuparja avatar May 17 '22 14:05 jajasuparja

Hello, I've written 2 examples of this:

https://github.com/igorescobar/jQuery-Mask-Plugin/issues/463#issuecomment-1235063511

I hope this helps.

Djones4822 avatar Sep 02 '22 04:09 Djones4822