2
Guys, I’m using jquery Mask at head
<script type="text/javascript">
$( document ).ready(function() {
$("#celular1").mask("(00) 00000-0000");
});
});
</script>
I am connected with jquery and jquery Mask in the head of html, a normal form works but the modal window I am using to register customers does not receive the mask when typing. How can I make the input receive the mask?
https://github.com/igorescobar/jQuery-Mask-Plugin/issues/72#issuecomment-283339555
– Valdeir Psr
Aren’t you using a "});" too much? And have you checked in the element inspector if this modal pulls your head?
– Wictor Chaves