Questions tagged as 'input'

0
answers

Chrome update changed size of the input type text

After the last update of Google Chrome the input text that is displayed within jquery dialogs has increased in size in the view. I did some research and tried to fix using the code below: input { -webkit-box-sizing: border-bo...
asked by 19.10.2015 / 18:08
1
answer

How to make onkeypress function in dynamic field

I have a search screen where there are several checkboxes that, when selected, display the dynamically generated fields. I would like to put an onkeypress function so that when the enter button is pressed the search function is performed. The...
asked by 27.08.2015 / 20:50
0
answers

How to put an image in the title of an input

Hello, I would like to put an image with a description in the title (when you leave the mouse on top and a message appears) of an input.     
asked by 21.05.2015 / 17:58
3
answers

Is there any way to put the Input automatically?

Shortly in a programming contest I came across the problem of having to put more than 250 Inputs into one problem. I would like to know if there is any way to put Inputs other than 1 by 1, by hand!     
asked by 11.05.2015 / 16:23
2
answers

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 = $this->db->get('cilindros'); if($query->...
asked by 05.08.2018 / 05:38
1
answer

How to play values of an input in a div?

               <link href="https://fonts.googleapis.com/css?family=Fugaz+One" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx...
asked by 12.06.2018 / 17:29
1
answer

Input HTML showing PHP result

I'm starting to mess around with PHP, and I'm kind of crafting a Web system. The system would be more or less such an idea. The user fills for example a code (ID), say 001212 in an input of type text and below it there is an input of type text t...
asked by 11.06.2015 / 18:14
1
answer

Change input color when I do not have valid data?

This code works: this.state = { backgroundcolorQuatro: '', backgroundcolorSeis:'', backgroundcolorDez:'', quatro:'', seis:'', dez:'' } validar = () => { if (this.state.quatro !== '4') { th...
asked by 10.07.2018 / 19:39
1
answer

Input [type = range] with easy CSS using a little JavaScript (Q & A)

One of my biggest problems with CSS has always been this INPUT [type = range], several browsers have their own styles for this tag, this becomes a bit tiresome to do with having to make adjustments to each browser, not to mention increases your...
asked by 09.05.2018 / 20:15
1
answer

How to insert a single correct answer in the input tag?

I want the input tag to have a single correct answer. When entering a response (here we'll call it "example2"), go to a certain page (here, we'll use " link ").     
asked by 21.10.2017 / 04:36