Posts by Sallazar • 91 points
9 posts
-
0
votes1
answer240
viewsQ: Enable button when fields are filled in
I know there are already some topics with the same theme, but my case is a little more specific. I have a form with some hidden fields that only appear according to the change of some selects. I…
-
1
votes1
answer29
viewsQ: Scan barcode for product data
Good evening everyone, I am developing a system in JSP and in it I have a form for the user to register a product. My question is, if there is any way, when the customer scans the product’s barcode…
-
0
votes0
answers290
viewsQ: Take column data from a given row with Jquery
I have a table where I pull the data of all the products I have registered in the database, more or less like this: codigo | descricao | valor | ... ---------------------------- 123456 | produto 1 |…
-
0
votes1
answer234
viewsQ: Pass HTML data to PDF file
Talk guys, I have a big problem here for you to help me. I have a PDF (with fields I can fill in) and I also have an HTML form. What I need to do is take the input values and send them to this PDF…
-
1
votes1
answer63
viewsQ: Problems with displaying values in Javascript
Speak people, blz? So, I have a problem here when it comes to displaying a value with Javascript. I can do the bill and calculate everything smoothly, the problem is that when I put a value from…
-
0
votes1
answer76
viewsQ: Javascript function not active in input
Good night. Notice the image above, I have a form and in it I use Abels that fix themselves at the top (example of CEP input there) when I type something into them (JS input event). So far so good,…
-
3
votes2
answers94
viewsQ: Jquery event in the first input runs on all others
Hello, I have a problem with inputs, see the code below: // fixar descrição do campo var campo = $('.campo-formulario'); var descricao = $('.descricao-campo'); campo.on('input',function(){…
-
0
votes2
answers379
viewsQ: How to make a path of the pages accessed on a website
Hi, I’m looking, but I can’t find anything on Google. I want to put a "path" like the photo on my site, I imagine it is simple, but I do not know how to do, if someone knows or has a link, I will be…
-
3
votes1
answer139
viewsQ: I cannot place function on inputs containing masks
Guys, I have these three fields in a product registration system. The first is the cost price, the second the profit over the first and last the selling value of the product. What happens is that to…