This plugin autocompletes email addresses when supplied with an email domain. Instead of the regular jQuery autocomplete's dropdown menu of autocomplete suggestions, this types ahead while keeping the auto-filled text highlighted as to not obstruct the user.
$('#email-1').autoEmail(
[
'gmail.com',
'google.com',
'qq.com',
'126.com',
'163.com'
],
'google.com'
)