Posts by Leufrasio • 53 points
6 posts
-
1
votes0
answers106
viewsQ: Check/Deselect checkboxes button
I have the check/uncheck checkbox button, it is working, but after passing through the test team, it was asked that when marking one or more checkbox with mouse, when clicked on the button it does…
-
-1
votes1
answer338
viewsA: File Corrupted in Phpexcel
I had the same problem, change the ob_end_clean(); below the variable $table name and update the file extension to . xlsx Excel2007, and solved my case. $table name = "name_". $table.".xlsx";…
-
0
votes1
answer227
viewsQ: Disable buttons
The two buttons "delete participant" and "forward for authorization" must be disabled as soon as there is no participant registered in the event, fields(Cpf, name, situation...etc). <div…
-
0
votes1
answer56
viewsQ: How to "Delete Participant" without having to refresh (F5) the page?
I have Project here where I work, and when deleting participant, recovered from BD it is deleted, but only some of the page when I give refresh(F5), I would like to know which line of code to insert…
-
4
votes3
answers1079
viewsQ: Problem checking all checkboxes
How do I check input’s checkbox? You’re just unchecking. Follow the codes for assistance: HTML <div class="col-md-11"> <div style="text-align: right;" class="checkbox">…
-
0
votes0
answers589
viewsQ: How to update "Modal" web page without refreshing (F5) after accessing last information?
This is my file code Modal $scope.salvarObservacao = function (data) { if(data.dsObservacaoEvento === undefined | data.dsObservacaoEvento === '' ) { alert('Campo obrigatório.'); return false; }…