Error mask

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
edoncarvalho
User
Posts: 4

Error mask

Post by edoncarvalho »

Good morning guys!
Who can help me, I thank you.
This is using phpmaker here, and I'm creating an input mask and it does not even come out by a decree, in fact, it leaves yes, but only the first line, which means that only one mask works, the others below are not executed, see the code and tell me if I'm forgetting something, the variables are correct ...

$ (document) .ready (function () {
$ ("# x_CPF"). mask ("999.999.999-99");
$ ("# x_CEP"). mask ("99.999-999");
});

in the case only works the first line, the one of the CPF works, but too much below does not roll ...


mobhar
User
Posts: 11736

Post by mobhar »

Just press [F12] from your browser, and see whether any Javascript error message from the Console section.


Post Reply