igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.
http://igorescobar.github.io/jQuery-Mask-Plugin/
Other
4.77k stars 1.42k forks source link

How to remove Masking on Form Submit #787

Open jajasuparja opened 2 years ago

jajasuparja commented 2 years ago

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

Djones4822 commented 1 year ago

Hello, I've written 2 examples of this:

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

I hope this helps.