iamzly / autoMail

邮箱地址自动补全插件

Home Page:http://www.zhangshuzheng.cn/autoMail/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Email-Plugin

A jQuery plugin that autocomplete email address in input fields.

Demo

http://www.zhangshuzheng.cn/autoMail/demo/

How to use

$('#email1,#email2,#email3,#email4,#email5,#email6').autoMail({
	emails:['qq.com','163.com','126.com','sina.com','sohu.com','yahoo.cn','gmail.com','hotmail.com','live.cn']
});  

效果图

效果图

License

MIT

About

邮箱地址自动补全插件

http://www.zhangshuzheng.cn/autoMail/demo/


Languages

Language:JavaScript 100.0%