This article describes the jquery implementation of the email address automatic completion of the full functional code. Share to everyone for your reference, specific as follows:
JQuery Email Address automatic completion of the code, input email, will automatically join the @ symbol, in the input box input "QQ", "Sina", "163" and so can see the effect; When prompted by the mouse email, highlighting this email, mouse click email, Replace the text box content with the email and remove the hint layer.
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/jquery-email-auto-comp-codes/
The specific code is as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
I hope this article will help you with your jquery programming.