Posts by Karina Pinheiro • 111 points
9 posts
-
1
votes2
answers497
viewsQ: Show and search fields and according to selected checkbox field?
How do I make these rules work at Checkbox? When Selected "outsourcing" Shows "divOutsourcing", When You Select "audit" Shows "divAuditoriaOptions", When You Select "consulting" Shows…
-
0
votes1
answer400
viewsQ: Validate more than one input CPF field
I have this script for CPF validation. But in my form, there is more than one field that requires CPF validation, within a table that adds as you press the add button. How should I make the script…
-
1
votes1
answer4837
viewsQ: How to validate field when losing focus?
How should I call this validation function PIS input when it loses focus? <script language="javascript" type="text/javascript"> var ftap = "3298765432"; var total = 0; var i; var resto = 0;…
-
1
votes2
answers518
viewsQ: Show/ Hide Fields using radiobutton and jQuery
How do I make the fields come hidden and only appear with a radio selection? Below I will put the fields and the script I use to hide as I click (what is already working) my problem is, that when I…
-
1
votes2
answers1128
viewsQ: Do not allow Retroactive date in the Date type field
The date field cannot allow Retroactive dates. need the script to recognize the current date and not allow earlier dates. <div class="col-sm-4"> <label for="ultimoDiaTrab"…
-
1
votes3
answers484
viewsQ: Disable DATE Input After selecting Select option
I need to leave disabled the field "ultimoDiaTrab" and only enable it, when on Select is selected "PARTIALLY worked" option #2. <div class="form-group" style=" margin: 0 auto;"> <div…
-
2
votes1
answer1324
viewsQ: How to validate PIS (Social Integration Program) in Javascript?
I need a function that validates PIS. I’ve looked and the ones I find don’t work. I found this: function validarPIS(pis) { var multiplicadorBase = "3298765432"; var total = 0; var resto = 0; var…
javascriptasked Karina Pinheiro 111 -
1
votes2
answers425
viewsQ: Javascript Validates Date of Birth and Block Same Year
I need a Javascript that Block put date with the same current year. For Date of Birth Field. Someone can help me? Out in the field: <div class="col-sm-4"> <label for="dataNasc"…
-
-1
votes1
answer117
viewsQ: Remove Cpfs at the bottom of the Javascript page that validates CPF
I am using this script below to validate the CPF that was obtained from here. However, at the end of the form page, it will record the tested Cpfs in the footer. How to remove this function and…
javascriptasked Karina Pinheiro 111