Hongmu Notes
Home Language Notes jQuery clicks the show button to display the password in the password box
Language Notes JavaScript

jQuery clicks the show button to display the password in the password box

jQuery clicks the show button to display the password in the password box

jQuery clicks the show button to display the password in the password box

jQuery code:

$(document).ready(function() {
  $('#pwd_show').click(function() {
    var passwordInput = $('#password');
    if (passwordInput.attr('type') === 'password') {
      passwordInput.attr('type', 'text');
      $('#pwd_show').html('隐藏');
    } else {
      passwordInput.attr('type', 'password');
      $('#pwd_show').html('显示');
    }
  });
});

HTML code:

<div class="form-group">
<input type="password" name="password" required id="password" placeholder="密码">
<button id="pwd_show" style="width: 20%; position: absolute; top: 0px; right: 0px; height: 40px;"> 显示 </button>
</div>

Once the page has finished loading, we bind a click event to the button. When the user clicks the button, we first retrieve a reference to the password input field and check whether its current type is "password". If it is, we change its type to "text" so that the password becomes visible; simultaneously, we change the button's text to "Hide". If the password input field's type is not "password", we revert its type back to "password" and change the button's text to "Show". This way, every time the user clicks the button, we can toggle the visibility of the password input field.

微信赞赏

WeChat

支付宝赞赏

Alipay

✍️ Author: Hong Mu

webmaster · Thanks for reading, stay tuned for more exciting content

Author homepage View home page →

Related articles

js move the mouse up to modify the style attribute

js move the mouse up to modify the style attribute Language Notes JavaScript

When the mouse hovers over the element, the color changes to red; when the mouse leaves the element, the color changes to black. To retrieve an element by its ID: `document.getElementById()`; Event handler for mouse hover: `onmouseover`; Event handler for mouse leave: `onmouseout`.<!DOCTYPE html><html lang= "en">...
👁 130

Recommended reading

Infant formula and nutritional supplement e-commerce website template – 11852 0547

Infant formula and nutritional supplement e-commerce website template – 11852 0547 Practical Collection Yiyou template

This EyouCMS responsive e-commerce template is ideal for the infant formula and nutritional supplement industry. Its warm yet professional design effectively showcases infant formula products, nutritional supplement ranges, brand stories, and online purchasing options. It helps maternal and infant brands establish an online e-commerce platform to attract parent consumers. Template Preview | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Common Questions Regarding EyouCMS Installation...
👁 47
Eight Extraordinary Meridians

Eight Extraordinary Meridians Hobbies Memo notes

The Ren pulse pulse originates from the center of the cell. The Chong pulse opens an inch outside the Ren meridian and coincides with the kidney meridian. For problems in a woman's uterus, the Ren meridian is in the tube, and the Chong meridian can also be used. The eight extra meridians and their corresponding acupoints are the Du meridian --- Houxi, the Ren meridian --- Lieque, the Chong meridian --- Gongsun --- Lung, heart and chest, and the Dai meridian --- Zu Linwei --- three, surrounding the waist and abdomen. Yang Qiu Meridian---Shen Meridian---Tuyang Point (郄Point)---start from the outer ankle bare---from the back of the neck to the head---...
👁 169
What does "Jiechong" mean?

What does "Jiechong" mean? Hobbies Traditional Chinese Medicine Terminology

In Traditional Chinese Medicine (TCM) theory, "Jiexiong" refers to a clinical condition characterized by obstruction of the qi flow in the thoracic region, leading to the accumulation of pathologic substances such as phlegm-turbidity or blood stasis, which in turn manifests as symptoms including chest pain, chest tightness, and coughing. Jiexiong falls under the TCM category of "chest pain" and is commonly observed in various pathological conditions, such as the accumulation of phlegm-fluid, qi stagnation and blood stasis, or excessive heat accumulation. The etiology of Jiexiong is multifactorial, encompassing factors such as improper diet, emotional distress, excessive fatigue, or external trauma; these factors can disrupt the normal flow of qi in the thoracic region, giving rise to pathologic manifestations including phlegm-turbidity or blood stasis...
👁 283
(Adaptive mobile version) Responsive, eco-friendly, anti-corrosion wood-themed PbootCMS website template; Lightweight steel villa building materials website template source code download – 0306

(Adaptive mobile version) Responsive, eco-friendly, anti-corrosion wood-themed PbootCMS website template; Lightweight steel villa building materials website template source code download – 0306 Practical Collection pbootcms Template

This set includes an adaptive, responsive, eco-friendly, and anti-corrosion wood product showcase website template for mobile devices, as well as a PbootCMS website template designed for light-gauge steel villa construction materials. The design features a natural and environmentally friendly aesthetic, making it ideal for displaying green building materials such as treated wood and light-gauge steel villa components. This template helps new building materials enterprises showcase their products online and attract clients in the construction and gardening industries. Template Display | Installation Instructions | Website Backend: /admin.php | Username: admin | Password: admin | Extraction Password: www.4...
👁 45
(Adaptive Mobile Version) SEO Optimization and Ranking Service Company Website Template – 1006

(Adaptive Mobile Version) SEO Optimization and Ranking Service Company Website Template – 1006 Practical Collection pbootcms Template

A PbootCMS website template designed for SEO optimization and ranking services, compatible with both PC and WAP devices. Its modern, tech-driven design makes it ideal for SEO service providers and digital marketing agencies to showcase case studies and optimization results. It helps internet marketing firms attract corporate clients seeking promotional campaigns online. Template Overview | Installation Instructions | Website Backend: /admin.php | Username: admin | Password: admin | Extraction Password: www.4...
👁 63