People, I'm using the jquery mask on head
<script type="text/javascript">
$( document ).ready(function() {
$("#celular1").mask("(00) 00000-0000");
});
});
</script>
I'm connected to the jquery and jquery mask in the head of html, in a normal form it works but in the modal window that I'm using to register clients does not receive the mask when typing. How can I make the input to receive the mask?