


The specific implementation method of not writing value as the initial value of input_javascript skills
1. Write with tag, position it on the input, and make it disappear when clicked and when the input is focused.
For example, making the most common initial value of input. In the past, I just wrote it in the value of input. But one day the developer said, this won't work, it will pass 7788% of the value... @The rest can only be understood but cannot be expressed in words. Therefore, I need to write the initial value separately, so I am stupid, so I write it with the tag, position it on the input, and make it disappear when clicked and when the input is focused.
Words that must be memorized. There are a lot of them on the Internet. If you just make them and use them without even looking at them, you will be the most stupid person in the world! ! My hands are still shaking as I type, and I really can’t forgive myself for such a tiny mistake. For a lazy and stupid person. Just put the correct words where you can think of them.
previousSibling finds the previous node.
nextSibling finds the next node.
html
css
.password{ position:relative; }
.passText{ position:absolute; left:5px; top:0px; color:#a9a9a9; font-size:14px;}
js, pay attention to that long long long long word! ! ! ! ! If you spell it wrong again, it will be chopped off.
var CHECKON={
showHelpInfo:function(idTa ){
var pve=(idTa.previousSibling.nodeType==1)?idTa.previousSibling:idTa.previousSibling.previousSibling;
pve.style.display='none'
},
hide :function(classN,id2){
var idBox=document.getElementById(id2);
classN.style.display='none';
idBox.focus();
}
}
2. Use a background image to add a background image to the input, and make the image disappear when it is in focus.
3.html5 has the latest attribute, the placeholder attribute, which will automatically appear in the input and appear in gray. But it only disappears when input is entered. But HTML5, you know, IE8 does not support it.
There is another problem with the above, that is, the browser will remember the previously entered records. When the login page is opened again, the account and password will appear automatically. Of course it's a good thing. But, for the span tag positioning method set previously, ghosting will occur.
If you use a background image, it can basically be solved, but ie7 cannot.
Add the following code to the header to clear the previously cached login records:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Preparation Use vuecreateexample to create a project. The parameters are roughly as follows: use native input. Native input is mainly value and change. The data needs to be synchronized when changing. App.tsx is as follows: import{ref}from'vue';exportdefault{setup(){//username is the data constusername=ref('Zhang San');//When the input box changes, synchronize the data constonInput=;return( )=>({

How to implement the laravel input hidden field: 1. Find and open the Blade template file; 2. Use the method_field method in the Blade template to create a hidden field. The creation syntax is "{{ method_field('DELETE') }}".

Vue.js is a lightweight JavaScript framework that is easy to use, efficient and flexible. It is one of the most popular front-end frameworks currently. In Vue.js, input box binding events are a very common requirement. This article will introduce the input box binding events in the Vue document in detail. 1. Basic concepts In Vue.js, the input box binding event refers to binding the value of the input box to the data object of the Vue instance, thereby achieving two-way binding of input and response. In Vue.j

Solutions for clicking the input box without a cursor: 1. Confirm the focus of the input box; 2. Clear the browser cache; 3. Update the browser; 4. Use JavaScript; 5. Check the hardware device; 6. Check the input box properties; 7. Debug JavaScript code; 8. Check other elements of the page; 9. Consider browser compatibility.

Vue is a popular JavaScript front-end framework with a responsive data binding and component system at its core. In Vue applications, the input box is one of the most commonly used UI elements. When the user enters text, we hope to listen for the carriage return event and validate the input before submitting. This article will introduce the input box enter event and verification function usage in the Vue document. 1. The carriage return event of the input box in Vue. Monitoring the carriage return event of the input box in Vue is very simple.

In jquery, input is a selector that selects form elements. Its functions are: 1. Input is used to collect user information. According to different type attribute values, the input field has many forms. The input field can be a text field, a check box, or a mask. The text controls, radio buttons, buttons, etc. after the Clickable images and submit buttons etc.

How to implement disabling input in html5 input: 1. Specify the input field as read-only and copyable through readonly; 2. Use disabled to realize that the disabled input element can be copied, but cannot receive focus; 3. Realize by controlling the max length of the input to 0 ;4. Use "οnfοcus="this.blur();"" to prevent text from being input.

Razer offers an extensive range of gaming accessories. The manufacturer is now expanding this range with the Razer DeathAdder V3 HyperSpeed.This is a lightweight and ergonomic mouse that can be used wirelessly, offering high freedom and minimal hindr
