NOTE: url and number types mainly but if you want to put others tb without problems)
Preferably in pure Js!
I've tried things like this.value ''; and they did not!
NOTE 2: I've read Removing or clearing value of the input file? and...
I have two inputs in each group with name equal, where each has values different, integer and half
Using if and else or otherwise, I would like to count the inputs that will be checked .
When I speak o...
I have 3 input the first receives start time the second hour of exit and the third the subtraction between them.
function calcular(){
var segent = parseInt(document.getElementById('segent').value, 10);
var segsai = parseInt(docu...
I do not understand the error in this code ...
def checkio(number):
#Your code here
#It's main function. Don't remove this function
#It's using for auto-testing and must return a result for check.
number = int(input("Escolha u...
My problem is that I want to create a graphical interface with vertical insert fields, but I can only create it horizontally.
Code:
JTextField mapField = new JTextField(5);
JTextField tamField = new JTextField(5);
JTextField wordField = n...
As the question already says, I want to "bypass" a word whenever it gives a space, as in the examples below:
I do not want anything to self-complete, I just want it when you give the "space" the word goes around. But I have no idea how to...
Is there a way to identify the type of field that is coming in a post?
If it's Text or Array?
Example:
I have listbox (select multiple) and text fields in html, and in it the user can select values or not, I have a function where I chec...
No JavaScript:
function myFunction (){
var input = document.querySelector('.inputt');
var text = document.createTextNode('');
b_i.innerHTML = textt;
alert(textt);
}
HTML :
<inpu...
I applied a padding of 30px and the cursor and the font of the input="text" did not increase as the internal spacing applied, is there any possibility of increasing the size as desired? I tried to apply a font-size more! as the font increases th...