Posts by Allan Cisneiro • 33 points
6 posts
-
1
votes1
answer39
viewsQ: Why only the first modal works?
I have two forms, one to insert and the other to edit. These forms are in modals. The modals open when I click on the "edit" button, but the "insert" modal does not open and still hangs the page. I…
javascriptasked Allan Cisneiro 33 -
-1
votes1
answer16
viewsQ: Table edges disappear in printing
Good evening to all. I am trying to print a 'div' that contains a table with borders. However, the table loses the border on the printing screen. tried to use@media print, but failed. I created a…
-
0
votes2
answers137
viewsQ: Select of dynamic cities , according to the selected state
I need the select of cities to have options according to the chosen state. <!DOCTYPE html> <html> <head> <title>estados</title> <meta charset="utf-8">…
javascriptasked Allan Cisneiro 33 -
-1
votes1
answer35
viewsQ: inventory system - dynamically change input value
People would like the "status" field to change its value, if the value of the "quantity" field was less than 5. I tried the code below but it doesn’t work. I don’t know where I’m going wrong…
javascriptasked Allan Cisneiro 33 -
-2
votes1
answer48
viewsQ: Get total record found during a search
I am developing an HTML page that contains a table and a search ground. The table is filtered while the user type. So far so good. But I would like to see the total of records returned by the…
javascriptasked Allan Cisneiro 33 -
2
votes2
answers108
viewsQ: How to perform Submit in a form with input text and two inputs file?
I made a registration form where the user must fill name and CPF , and attach a photo of RG and another selfie. I already created the database on mysql, however the submit doesn’t work. When I…