Posts by Vinicius Mendes • 23 points
6 posts
-
0
votes1
answer58
viewsA: How to make the Toastr message appear and only then run the page report?
I managed to solve by applying in the setTimeout function a time of 800 Milliseconds, this way the function takes a few Milliseconds to be executed and the Toastr show its menage. Using setTimeout()…
-
-1
votes1
answer58
viewsQ: How to make the Toastr message appear and only then run the page report?
Registration is successfully performed, but the Reload page before the Toastr message appears. // Função formulário de cadastro de Cliente function cadIndCliente(btnPropToggler) { // Variáveis…
-
0
votes1
answer26
viewsQ: How to take values only of checkboxes that are checked and those that were not checked do not return anything?
HTML code <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div class="card card-success card-outline"> <div class="card-header"> <h5…
-
1
votes3
answers67
viewsQ: Take the url and change the value?
Site node have a function to sort higher and lower value. I need to take the current url and change a value that is within it. Current URL: http://localhost/search.php?…
-
-1
votes1
answer56
viewsQ: Take value in Currency and remove "." and "," from an input field?
When the person enters the value in the input field with "." and "," I take this amount and leave only number, I am doing this using the "focusout" method. Because this way when the person type the…
-
-1
votes1
answer35
viewsQ: How to make a pagination that only shows Previous - 6 records - Next per page?
<div id="paginadorMocado"> <nav aria-label="Page navigation example"> <ul class="pagination" id="paginacao"> <!-- <li…