Most voted "input" questions
It is an input element that represents a typed data field, usually as a form control to allow the user to edit or enter data.
Learn more…466 questions
Sort by count of
-
1
votes1
answer1330
viewstake input values
I needed to create a code to generate inputs dynamically, below is the code: HTML <div id="divProdutoBase" style="display:none;"> Telefone: <input type="text" id="produto[]"…
-
1
votes1
answer1210
viewsHow to show multiple images selected "input file"?
here is an example: http://jsfiddle.net/LvsYc/9714/ When you select 4 different images, the 4 images are the same when showing on the screen. HTML: <form id="form1" runat="server"> <input…
-
1
votes1
answer301
viewsInput, on the same line, of a string without spaces and another with spaces
My program asks that, at the entrance, on the same line, there be a string space-free name, the name of the applicant, and a string which can contain spaces desc, the description of the deposited…
-
1
votes1
answer1361
viewsRemove input field options of type datetime-local
I have an input field type datetime-local and I need it to be as clean as possible, without cleaning buttons or step and just displaying the date and time in this format: '12/12/2016 12:01', I would…
-
1
votes1
answer443
viewsHelp with placeholder that does not change color
Guys I really need your help. I am developing a website. So studying more precisely Html5 and css3 and I have a huge problem that I cannot solve... Here the format of the site in Codepen:…
-
1
votes2
answers4092
viewsIcon inside the input
How do I put one icon inside of input? input: <input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password"…
-
1
votes0
answers77
viewsSearch Input Jquery value
I have the following field on the "index.php page": <input type="hidden" id="exemplo" value="<?php $varExemplo; ?>"> I would like to take the value of this field on another page using…
-
1
votes1
answer158
viewsWhy a value of an input type number is a string and not a number?
I am wrong or if I take with javascript the value of an input type number it will be a string and not a number?
-
1
votes2
answers789
viewsHow to call a function in the Input Type = "date" click
Friends, I have a question I would be happy if you could help me. I have a calendar created with the <input type="date"> of Html5. I need that by clicking on a specific date it takes the date…
javascript html5 input date input-type-dateasked 7 years, 7 months ago Marcelo José Lustosa Rodrigues 41 -
1
votes1
answer1091
viewsTake Range button value and run function in real time
I need that in javascript pure and in real time the same value is picked up and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar =…
-
1
votes0
answers56
viewsHow to use the C++ HARDWARE_INPUT structure?
I am developing a program that simulates inputs for games. Using the function SendInput() C++. I’ve already been able to simulate keyboard inputs from the structure INPUT using the parameter…
-
1
votes3
answers267
viewsInput email display only suggestions for EMAILS
Hello, I have an email input and to facilitate typing and everything else I would like a "auto suggestion", but it is showing everything I’ve typed with the letter G, for example including names,…
-
1
votes1
answer63
viewsContact Form - Sending date 0000-00-00
Good morning, I made a contact form and put one but when I put the date right example: 31/08/2017, I click to send the date comes as: 2017/08/31, I would like to leave as standard Brazil. My input:…
-
1
votes1
answer165
viewsjQuery - Function . prop()
I have a input which is disabled by default, but I wanted to enable it in the page loading through jQuery, but it is not working. Code of input: <input type="text" title="Número"…
-
1
votes1
answer304
viewsDictionary as input argument is being modified within the function
In the code below the dictionary used as input argument is also being modified by the function. I need to perform a deepcopy() at all times? def muda(a): a['valor'] = 50 return a dic1 = {'valor':…
-
1
votes1
answer761
viewsHow to pass range type input form values for Javascript defined variables to perform conditions?
I need to take values from a form of type "range" and through the values of each <input> of <form> want to store in a var Javascript within the page itself <html> so that within a…
-
1
votes0
answers154
viewsInsert same image several times through input file
I’m setting up a school website, and I’m adopting a new resource. I created an input file for people to insert images and they, through a preview should trim in the respective frames below. But it…
-
1
votes0
answers81
viewsTaking data from an external action form with POST
Hello. I’m having a problem trying to recover data from a form where its action is an external url. <form accept-charset="UTF-8" method="post" name="formIntegration" id="formIntegration"…
-
1
votes0
answers376
viewsCustomize select and understand the CSS effect
see this example I’m doing about customization of a select and an input http://codepen.io/anon/pen/peVNoq Note the input effect, click on the text box and you will see that the bottom edge has a…
-
1
votes1
answer495
viewsKeydown function skipping an input on TAB
Good afternoon, I have a function that when I hit enter it creates a new series of inputs in the first line pushing the filled ones down, I made that when I hit the tab in the last one the same…
-
1
votes1
answer694
viewsDynamically calculate input with jquery
Good afternoon, I have a dynamically input input code function new_input() { $('<x>' + '<input class="cod" id="focus' + rscn +'" placeholder="Código" />' + '<input class="desc"…
-
1
votes0
answers32
viewsPrevent the user from breaking the program
I would like the code not to break if the user puts a letter in place of a number in the variable: kick. This piece of code works very well if the user adds number, but if you add a letter, it’s…
-
1
votes1
answer310
viewsRedirect to URL with input value filled
I wonder if it is possible to mount a redirect to a third party login screen with the input "value" filled? would point out something like: http://dominio.com.br/login?pt01=admin-51 the input is…
-
1
votes1
answer81
viewsHow to create the ATTACHMENT field in a form in Xamarin Forms?
I have a form being developed in a mobile application, one of the fields will have to capture an attachment. I know how to do in html using the input, so what would be the attribute to do this using…
-
1
votes4
answers9708
viewsMask in html and css form only
I’m starting in HTML/CSS and trying to create mask only in these markings (HTML/CSS) for my form fields. It will be possible or should use Javascript for the import of masks? <label…
-
1
votes2
answers497
viewsShow and search fields and according to selected checkbox field?
How do I make these rules work at Checkbox? When Selected "outsourcing" Shows "divOutsourcing", When You Select "audit" Shows "divAuditoriaOptions", When You Select "consulting" Shows…
-
1
votes2
answers42
viewsUse monitoring of search tool
On my client’s website, there is a kind of search tool. This search requires the user to choose which of the sections (pages) he wants to search. With the desired word and the chosen section, it…
-
1
votes2
answers7097
viewsFrom select to input
As in a form with a field select when option = outro would always change to a input? How to do? <form action=""> <div id="alvo"> <select name="opcoes" id="select"> <option…
-
1
votes2
answers18714
viewsMax length input type number html
I have an input type number <div class="form-group col-md-3"> <label class="lb">Valor total</label> <input type="number" min="0" id="idValorTotalProdutoP"…
-
1
votes2
answers1745
viewsHow to align the button to two inputs?
<div class="container"> <h2>Button Tags</h2> <form> <div class="form-group col-sm-3"> <label for="exampleInputName2">Name</label> <input type="text"…
-
1
votes2
answers2334
viewsHow to get the input value in real time?
I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> there are two inputs type radio that sends value pro hidden…
-
1
votes2
answers1441
viewsHow can I not allow the browser to save the password entered?
On this site if you log in the browser does not ask to save the password and if you log in again the fields will be empty. How does he do that? I searched the web, I found some tips but none…
-
1
votes2
answers1050
viewsCombobox with Checkbox and Input Text options
Good afternoon, you guys, I wonder if it is possible in a form to create a combobox with options to select in checkbox and text box to fill with a value. (As picture) and then I can send the…
-
1
votes0
answers30
viewsAutomatic JPG hosting from PHP and Javascript functions
I have on a client’s website a part where it shows the name of the logged in user, the drive where it works and the photo of the user. I want to implement an automated function (in javascript and…
-
1
votes1
answer433
viewsI wanted to validate two input fields with one button
I am the master of a role-playing game and I made a riddle with a website. In this puzzle is to discover two numbers and then know if they are correct and after redirecting the players to another…
-
1
votes0
answers76
viewsCenter Textboxfor with column icon
I’m trying to create a centralized login form, but with the code below the input text is aligned to the left and the icon to the right: <div class="form-group"> <div class="row"> <div…
-
1
votes1
answer33
viewsI’m trying to do a text input, and what I type into it I want to play within a variable?
<input id="a_input" type="text" > var b = Document.getElementById('a_input'). innerText = ''; //There are ways you can return to me what I typed in the Alert input to make it easier ??…
inputasked 6 years, 8 months ago Leandro Lobo 65 -
1
votes0
answers39
viewsAutocomplete after pasting Jquery text
Hello, I have the following problem with Sharepoint in the following input: <input id="listNCM" class="ms-long ui-autocomplete-input" autocomplete="off"> This input searches products through…
-
1
votes0
answers470
viewsHow to limit the upload of an image through its size in pixels?
I’m making an application with Vuejs and I have an image upload input and I want to set an image size limit for upload, not in KB or MB, but rather based on your pixels I mean, only allow the upload…
-
1
votes1
answer202
viewsGet input html filled with jQuery
I need to take html from input as text, like this: var exemplo = 'input type="text" name="input" id="input"'; However, I need to get the input filled, would be like this: var exemplo = 'input…
-
1
votes1
answer252
viewsInput in javafx
I have the following program that draws an illusion of Pogendorff but I need that before he runs ask the number of rectangles and by chance of lines. That is, the N_BARS be put by input provided for…
-
1
votes2
answers132
viewsHow to analyze the input in the while condition?
I am learning C, and as the language in which I was "literate" is Python, I usually make associations to better assimilate. In Python, I can receive a direct value in the while condition. Ex.: while…
-
1
votes2
answers1023
viewsReading on the same line
I have a struct to define the type DATA. typedef struct data { int ano, mes, dia; }DATA; DATA nasc; Now, I will read this information from the user input. printf("Digite sua data de nascimento");…
-
1
votes2
answers57
viewsInput is not being checked via php
I have the following input: <input type="radio" id="isgift0" name="isgift" value="0" class="arredondado" <?php if(Mage::getSingleton('core/session')->getInputMensagem() == 1){echo…
-
1
votes2
answers310
views -
1
votes0
answers98
viewsI cannot increase the width of my input
I cannot increase the width of this input. I use bootstrap and css. In my code, there is no such input tag... <div className="form-group col-sm-12 col-lg-8"> {employees.length > 0…
-
1
votes2
answers610
views -
1
votes2
answers462
viewsMaximum value of input
My doubt is the following, I would like to know what is the maximum of characters that a tag input text supports, I thank you already for the attention.
-
1
votes1
answer153
viewsCalculation of interval duration
Good morning, I would like to know that someone can help me create an interface in conjunction with the calculation, in PHP, between hours of work with minutes of pause. That is, we would have an…
-
1
votes1
answer266
viewsHow to make a dynamic input, where the placeholder becomes the title?
I would like to create an input in which, when the user chooses to write, the placeholder becomes the title of the same (as in the Google login form). However, I have no idea how to do it. I have…