this question has already been asked but the solutions where not clear.
Im using Josh Bush\'s MaskedInput plugin for jQuery
What im trying to achieve is:
Assuming you have more than just one input being submitted, you could use:
// unmask all inputs, before savinf; $(FormObj+" input[type=text]").each(function() { $(this).unmask(); });
where FormObj is your form object id, such as #form.