Questions tagged as 'input'

0
answers

Edit input suggestions

Hi, I would like to know some way to edit the suggestions of the input exp: when the user writes something in the input in the suggestions of him to show the results of the request by ajax so he can select with the directional arrows (up or down)...
asked by 22.11.2017 / 20:22
1
answer

Change color of clear input "X" icon

I need to change the color of the "X" icon linked to this input: <ion-item> <ion-input placeholder="Clear Input" clearInput></ion-input> </ion-item> So far, through the search I found something related to the pro...
asked by 14.11.2017 / 19:36
2
answers

Fill inputs dynamically after change in select

Good afternoon, I need help with some of the code. Basically I have a form with two selects ( aluno_id, producto_id ) and some inputs ( product_preco, quantity, preco_total ), use functions to fill arrays and then selects by ID and display By th...
asked by 13.11.2017 / 19:57
2
answers

Form formatting problem

Good morning, I have a problem with the newsletter form of my site. I've done several searches trying to solve the problem, but the lack of knowledge of the area I think is making me impossible. rsrs The form basically takes Name, Email, a...
asked by 13.11.2017 / 12:57
1
answer

Split string into parts with 2 parameters to find

Here is the code that takes the 2 column description of the table var descricao = $(elemento).closest('tr').find('td').eq('1').html(); This is the description    CALIFORNIA [2,90] [BRE25] [3x80] [BRD25] [ARTICLE: 1,000 - COLOR: 02] - W...
asked by 03.11.2017 / 03:15
0
answers

Transfer (paste) files from the clipboard to a file input?

I have the following input of files: <input class="botao" @change="carregarFoto" type="file" name="photo" accept="image/*"> <img :src="foto" style="width:192px;height:108px;" /> carregarFoto (e) { var arquivo =...
asked by 03.10.2017 / 18:49
2
answers

Subtract days from an input date with javascript

I need to get a data from a type number field and add it to a date of input date. I already have, but I must now take the result of that date and subtract 14 days, but I can not do it. I'm a beginner and I need to do this, please help me....
asked by 11.01.2017 / 17:29
0
answers

Change input file field

I'm having a problem with my file change pdf . I just wanted it to change when the input file field is populated.    is not displaying any errors, but when I edit the   form, and do not fill anything in the input = file it remove...
asked by 31.08.2017 / 04:47
0
answers

My error Notice: Undefined index: file in C: \ xampp \ htdocs \ zayonet \ start.php on line 99

I have a problem with this code below. I have a form in which the user has two options between simply typing text and publishing or text with image. Unfortunately $_FILES["file"] is being identified giving an error similar to:    Notic...
asked by 09.09.2017 / 10:04
0
answers

How to forward the input to another page?

Hello, my problem is the following, I have a page made in php to execute the download, and I need to call it in the button (input) already tried by onclick, but at the same time I call the precise page concatenate with a variable . Could you help...
asked by 04.08.2017 / 22:03