Questions tagged as 'input'

1
answer

Validation of CNPJ in Javascript

I have a simple question. I want to validate the cnpj of an institution register. In this input is already placed the mask, in which the mask is in js. But I can not validate this field. I took a famous example of the net, but it is not working...
asked by 31.05.2016 / 20:01
2
answers

Search tool usage monitoring

On my client's site, there is a kind of search tool. This search requires that the user choose which of the sections (pages) he wants to search. With the desired word and section chosen, it redirects to the page and brings the desired search res...
asked by 17.05.2017 / 15:31
2
answers

Image input does not send the form?

People, I'm having a submit problem with input type image, it's simply not recognized as submit and does not send data to be processed by POST. Below are the ways that did not work. Attempting to "Submount" with input id: <input type=...
asked by 03.04.2016 / 07:54
2
answers

How to get the value of an input inside a td in jquery

Hello, I have the following table in html <table style="display:none;" id="tableTime"> <tr> <td class="hora">08:00</td> <td class="eventoAgenda" id="0800"></td>...
asked by 18.01.2016 / 18:48
2
answers

How to identify the size (lenght) of the text with a state

I was trying to do a CPF validation, with a quantity to be entered equal to 11, otherwise a message would appear and the text would be erased. The problem is how to identify the number of lines being typed; I have been trying for a while, as...
asked by 05.12.2018 / 17:34
1
answer

Calculation of duration with interval

Good morning, I'd like to know that someone can help me create an interface in conjunction with the calculation in PHP between working hours and minutes of pause. That is, we would have an input time entered by the user and an exit time. In a se...
asked by 16.04.2018 / 13:18
1
answer

How do I keep the input date bootstrap on the page?

I implemented the "date" class of Bootstrap 3. When the page is accessed, the field is rendered normally, but at the end of the page load the input text and the calendar icon simply disappear. Inspecting the element, the div tha...
asked by 02.01.2018 / 11:41
2
answers

Input 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 "checked='checked'"} ?> /> Trying to...
asked by 29.12.2017 / 20:48
1
answer

jQuery - function .prop ()

I have a input that is disabled by default, however I wanted to enable it in loading the page through jQuery, but it is not working. Code of input : <input type="text" title="Número" name="billing[street][2]" id="billing:s...
asked by 23.09.2017 / 15:36
2
answers

Input CSS Postal Code [duplicate]

Good morning, I would like to have my input text accept only four numbers and dps of this "-" and accept only three numbers. Is it possible with HTML and CSS only?     
asked by 06.06.2017 / 18:29