Posts by Guilherme Henrique • 35 points
6 posts
-
0
votes1
answer2734
viewsQ: Place swal inside a js function
Guys I have a function to delete a student, only I’m not able to put together a design I made using swal someone could help me? function excluiraluno(id){ decisao = confirm('Deseja deletar?');…
-
0
votes3
answers1608
viewsQ: How to make Confirm custom?
good afternoon I am in search of making a custom Alert with different design: for example if the user click cancel open an Alert asking "really want to cancel" only that would like it with a design…
-
0
votes1
answer1976
viewsQ: How to create a search filter for html table?
How do I create an approximate search in a table with pagination? The search I was using did not filter the data on the other page, just the one on the current page. I need a code to do this,…
-
2
votes1
answer7118
viewsQ: CEP validation with mask
I’m doing a ZIP code validation it’s working only I wanted when the user automatically typed the mask, which in case is being manually inserted <html> <head> <title>Validar CEP com…
-
-1
votes3
answers14857
viewsQ: How to validate Cpf with javascript mask?
Guys I’m a beginner in the area and wanted to know how I validate Cpf with javascript mask, I’ve been searching and I couldn’t find one that did both at the same time. I have an example that I had…
-
1
votes2
answers569
viewsQ: How to activate event by clicking anywhere on the screen?
I have a CPF validation and this "event" is activated when I click on the "validate" button". I wanted this "event" to be activated when the user clicks off the input, like he typed the CPF and…