GithubHelp home page GithubHelp logo

xmgcoding / nice-pass-word Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zra1ny/nice-pass-word

0.0 0.0 0.0 7 KB

基于原生的password,支持无痕密码模式(无填充,无记录,不会触发浏览器记住密码操作)

JavaScript 68.54% HTML 31.46%

nice-pass-word's Introduction

nice-pass-word

基于原生javascript的实现的密码框,支持无痕密码模式(无填充,无记录,不会触发浏览器记住密码操作),兼容主流浏览器及ie,适用于任何框架。

安装

 npm i nice-pass-word

使用

html

    <input type="text" id="demo">

JavaScript

    // new NicePassWord(selector,opts)
    let input = new NicePassWord('#demo')  
    // input.value

default options

    opts = {
        type = 'password', // text
        symbol = '*', 
        callback = () => {}, // input cb
        pattern = /([\u4e00-\u9fa5])/g // filter pattern
    }

methods

名称 参数 介绍
$changeType string 修改显示类型(即是否隐藏真实内容)
$setValue string 设置密码框的值

维护

此项目会长期维护,后续会增加各种版本的组件版本,有感兴趣可以共同维护; 所有反馈请通过github的issue; 如果觉得对你有帮助请给作者一个star。

nice-pass-word's People

Contributors

zra1ny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.