LLDLLY / emailComplete

🐳jQuery Plugin for Email Complete(邮箱后缀自动补全插件,附demo)

Home Page:https://fidding.github.io/emailComplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emailComplete

jQuery Plugin for Email Complete

Demo

demo address:https://fidding.github.io/emailComplete

Usage

$('element').emailComplete();

or

<input data-role="emailComplete" data-opacity="0.9" data-radius="1" />

Params

{
    opacity : 1, // email container opacity, default: 1
    radius: 0, // email container border-radius (px) , default: 0
    data : [], // email suffix, default: ['qq.com','163.com','126.com','sina.com','sohu.com']
}

thank!

About

🐳jQuery Plugin for Email Complete(邮箱后缀自动补全插件,附demo)

https://fidding.github.io/emailComplete

License:MIT License


Languages

Language:JavaScript 74.7%Language:HTML 25.3%