jquery.maskMoney and jquery.Mask inserted in the same file: conflict

Asked

Viewed 32 times

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.maskthe jquery.maskMoney does not work and vice versa.

There are some plugin make the 2 function?

  • Already tried to change the order when importing?

  • no, I’ll test

  • 1

    worked! Thank you friend!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.