Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
dda552b3
"app/vscode:/vscode.git/clone" did not exist on "bb51a3fee6c995b223e299bafcb6c7acce272645"
Commit
dda552b3
authored
Oct 19, 2021
by
Guilherme Silva
Browse files
Adição de máscara em CPF e número de celular na edição de usuario
parent
fc5d2144
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/user/perfilUser.blade.php
View file @
dda552b3
...
...
@@ -777,6 +777,11 @@
//var emailInput = document.getElementById('email');
//emailInput.disabled = true;
$
(
document
)
.
ready
(
function
()
{
$
(
'#cpf'
)
.
mask
(
'000.000.000-00'
);
$
(
'#celular'
)
.
mask
(
'(00) 00000-0000'
);
});
function
limpa_formulário_cep
()
{
//Limpa valores do formulário de cep.
document
.
getElementById
(
'rua'
)
.
value
=
(
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment