Posts by Donadon • 39 points
5 posts
-
0
votes1
answer563
viewsQ: Jquery does not work in the Mobile Browser
I have a responsive page to make an e-commerce and have the following code to add or remove quantity: // HTML <a class="menos" class='fas fa-minus-circle'><i></i></a> <p…
-
-1
votes2
answers426
viewsQ: View multiple records within one in Mysql
I have a question as to the mounting of a select. I have 3 tables that relate M:N as follows: Currently I am using this sql: select p.descricao, (select descricao from item where item.codigo =…
-
1
votes2
answers949
viewsA: Is it possible to return the Javascript result in HTML with Javascript only?
For you to print directly in html with javascript can be like this: var divR = document.getElementById('resultado'); var p; var text; for ( var i = 0; i < 20; i++ ) { if ( i % 2 == 0 ) { p =…
-
1
votes0
answers30
viewsQ: Question: What is the best way to display data in a table?
I am studying JSP and Servlets and also Jquery and came across a situation. Situation: Imagine that you will display a product table where 20 items per page will be displayed for example. With that,…
-
0
votes0
answers306
views