Posts by Solon Canto de Oliveira Neto • 41 points
3 posts
-
1
votes2
answers821
viewsA: CPF Mask | CNPJ. when loading
$('#cnpj_cpf'). length will always return 1 , because it is the amount of elements with id cnpj_cpf in the DOM, and your mask for Cpf will not catch I believe what you wanted to do was:…
-
2
votes1
answer56
viewsA: Run command - Terminal
I believe that echo PASSWORD | ssh -p port user @ host serves what you want
-
1
votes1
answer614
viewsA: Problem with CORS
You can configure filters for Cors policy on the Tomcat web.xml <filter> <filter-name>CorsFilter</filter-name>…