1
have 2 fields in the form:
<input type="text" name="telefone" id="telefone" required maxlength="14" />
and
<input type="text" id="valor" name="valor" required class="real" />
The first uses jquery.mask
and the second jquery.maskMoney
Is giving conflict.
Is there any recourse for that reason?
If I leave the jquery.mask
the jquery.maskMoney
does not work and vice versa.
There are some plugin make the 2 function?
Already tried to change the order when importing?
– Wictor Chaves
no, I’ll test
– Carlos Rocha
worked! Thank you friend!
– Carlos Rocha