Posts by Júlio Ricardo • 33 points
7 posts
-
0
votes1
answer130
viewsQ: Change select when input is completed
If the field "PANTONE" input is filled in, the field select "LINEATURA" is automatically set to "52". In PHP or JS…
selectasked Júlio Ricardo 33 -
-2
votes1
answer424
viewsQ: Input field completed according to the selected select
I have a list of options on the tag select, and I want to show a specific text in a field input, depending on the option chosen in the field select. If the option "TRANSPARENT" or "FROSTED" is…
-
1
votes1
answer41
viewsQ: More than one value in an id variable
Select: <div class="span2" class="checks" > <h4>BRANCO</h4> <img src= "/images/cor-05.jpg" width="57" height="27"> <input type="checkbox" data-id="TRANSPARENTE"…
-
-1
votes1
answer72
viewsQ: Mark a checkbox field if one or two options are chosen in the select field
I have a selection field with four options. If option 1 is chosen, I want you to mark a checkbox field (WHITE) How do I do…
-
0
votes2
answers211
viewsQ: Pass an id "value" to an input field
I use the following Function: public function autoCompleteCilindro($q){ $this->db->select('*'); $this->db->limit(5); $this->db->like('passo', $q); $query =…
-
0
votes2
answers480
viewsQ: Alignment of the radio button below the image
Hello. I have this code: <div class="span12" style="padding: 1%; margin-left: 0"> <div class="span3"> <h2>Inicio da Palavra</h2> <img src= "/images/inicio.png" width="300"…
radiobuttonasked Júlio Ricardo 33 -
0
votes1
answer377
viewsQ: Error 1054 in Database
A Database Error Occurred Error Number: 1054 Unknown column 'reference.idReference' in 'on clause' SELECT os., clientes., facas., usuarios.email, usuarios.nome, referencia. FROM os JOIN clientes ON…