Skip to content

shuzheng/autoMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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