Posts by matheus • 27 points
5 posts
-
0
votes1
answer27
viewsQ: Concatenate problem using jQuery
I have the following example that I cannot do. I have a div: <div class="dados" data-attribute="2" onclick="bloquearSacado(1,2);"> <p>Teste</p> </div> And I have the…
-
0
votes1
answer36
viewsQ: Returns + column values match with PHP and Mysql
Good afternoon, I have a table that receives data from a mysql that works correctly. But it does not return the corresponding value of a column all within one , Example: How does it look: PROFESSOR…
-
0
votes3
answers82
viewsQ: Problem recognizing this.id in jQuery
I have a code below in Javascript that picks up the td that was clicked and copied to the clipboard, but it is not working. The error you see on the console is: (test). select(); is not a Function…
-
0
votes1
answer34
viewsQ: Return last result (updated by date) of each attribute
I have a database with a table called config. In it I have the columns atributo, valor and data: atributo valor data_atualizacao juros_composto | 5 | 2019-01-25 juros_fixo | 6 | 2019-01-27…
-
0
votes1
answer72
viewsQ: Paging using PHP
I made a pagination using PHP that is working perfectly, however, when arriving at the penultimate page(10), the last page(11) it comes as a result "loose" and does not come stylized as if it were a…