openix / show-hide-password

Show / Hide Password in form input type password element

Home Page:https://openix.io/en/opencart-show-hide-password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TronLink Wallet Address

TRX - BTC - BTT - USDT: TH9RyofE7WiDDVVFLMJgFns2ByBRmgQzNB

jQuery Show Hide Password

  • Add show hide password icon in form input element.
  • Bootstrap default input and input-group element supports.
  • The icon appears when you start enter the password.
  • Min js file size: 1.13KB

DEMO PAGE | OPENCART EXTENSION

jQuery Show Hide Password

Requirements

  • jQuery v1.7.x and newer
  • Bootstrap v3.x and newer
  • Font Awesome v4.x and newer

Usage

Include the show-hide-password.js file in your project.

$(document).ready(function() {
  $('input[type=\'password\']').showHidePassword();
});

Options

Some settings will be added in future releases

Option Description
option option text

About

Show / Hide Password in form input type password element

https://openix.io/en/opencart-show-hide-password

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%