Top "Html-input" questions

The input element represents a typed data field, usually with a form control to allow the user to edit the data.

Disable Auto Zoom in Input "Text" tag - Safari on iPhone

I made an HTML page that has an <input> tag with type="text". When I click on it …

html iphone zoom mobile-safari html-input
CSS selector for text input fields?

How can I target input fields of type 'text' using CSS selectors?

html css forms css-selectors html-input
How to align texts inside of an input?

For all default inputs, the text you fill starts on the left. How do you make it start on the …

html css forms html-input
Get data from file input in JQuery

I actually have a file input and I would like to retrieve the Base64 data of the file. I tried: $(…

jquery file file-upload base64 html-input
HTML input - name vs. id

When using the HTML <input> tag, what is the difference between the use of the name and id …

html html-input
change type of input field with jQuery

$(document).ready(function() { // #login-box password field $('#password').attr('type', 'text'); $('#password').val('Password'); }); This is supposed to change …

javascript jquery html-input
Input type DateTime - Value format?

In which format should I put the date and time, for use in the HTML5 input element with datetime type? …

html datetime html-input
How do I cancel form submission in submit button onclick event?

I'm working on an ASP.net web application. I have a form with a submit button. The code for the …

javascript html forms html-input
Drop Down Menu/Text Field in one

I'm working on building new site, and I need a drop down menu to select the amount of something in …

html html-select html-input
HTML5 Email Input Pattern Attribute

I’m trying to make a html5 form that contains one email input, one check box input, and one submit …

html html-email email-validation html-input