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
d7d03be6
Commit
d7d03be6
authored
Jun 29, 2021
by
José Rômulo
Browse files
Mascara cep e correção do editar proposta
parent
7d382785
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/editar.blade.php
View file @
d7d03be6
...
...
@@ -123,7 +123,7 @@
}
else
{
parts
.
removeChild
(
e
.
parentElement
.
parentElement
);
contador
--
;
//
contador--;
}
}
...
...
@@ -203,7 +203,7 @@
return
this
.
optional
(
element
)
||
value
==
value
.
match
(
/^
[
A
-
Za
-
záàâãéèêíïóôõöúçñÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ
]
+
$
/
);
});
$
(
'
.cep
'
)
.
mask
(
'00000000'
);
$
(
'
input.cep:text
'
)
.
mask
(
'00000
-
000'
);
// $('.cpf').mask('000.000.000-00');
$
(
'.numero'
)
.
mask
(
'0000000000000'
);
var
SPMaskBehavior
=
function
(
val
)
{
...
...
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